Skip to content

Commit

Permalink
ldmissing: print verbage to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jan 31, 2014
1 parent ed83da7 commit 9eb071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/ldmissing
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ if __name__ == "__main__":

for exe_path in sys.argv[1:]:
ldm.exe_path = find_in_path(os_paths, exe_path)
print("Scanning %s" % ldm.exe_path)
print("Scanning %s" % ldm.exe_path, file=sys.stderr)
missing = ldm.find_missing()
m = os.environ.get("PRETEND_MISSING", "")
if m:
Expand Down

0 comments on commit 9eb071f

Please sign in to comment.