Skip to content

Commit 86fdb2a

Browse files
author
Troy Melhase
committed
Logs each filename before it's processed (at level 10 or INFO). Fixes natural#14.
1 parent 1b428df commit 86fdb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/j2py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def runOneOrMany(options):
6868
for name in [name for name in files if name.endswith('.java')]:
6969
fullname = path.join(dirname, name)
7070
options.inputfile = fullname
71+
info('opening %s', fullname)
7172
if outfile and outfile != '-' and not isinstance(outfile, file):
7273
full = path.abspath(path.join(outfile, fullname))
7374
head, tail = path.split(full)

0 commit comments

Comments
 (0)