Skip to content

Commit

Permalink
More clear output in case one log file could not be found
Browse files Browse the repository at this point in the history
(cherry picked from commit c824a2e)
  • Loading branch information
mattab committed Dec 3, 2014
1 parent ff70822 commit 150072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/log-analytics/import_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ def invalid_line(line, reason):
file = sys.stdin
else:
if not os.path.exists(filename):
print >> sys.stderr, 'File %s does not exist' % filename
print >> sys.stderr, "\n=====> Warning: File %s does not exist <=====" % filename
return
else:
if filename.endswith('.bz2'):
Expand Down

0 comments on commit 150072c

Please sign in to comment.