Bug 686507 - Don't spam my console when processing IPDL files; r=bsmedberg

DONTBUILD
This commit is contained in:
Ehsan Akhgari 2011-09-13 15:40:27 -04:00
parent 3040c911ba
commit c8732ad9d7

View File

@ -82,7 +82,7 @@ def normalizedFilename(f):
# First pass: parse and type-check all protocols
for f in files:
log(1, os.path.basename(f))
log(2, os.path.basename(f))
filename = normalizedFilename(f)
if f == '-':
fd = sys.stdin