diff --git a/proton b/proton index a97bdc5b..317cba3d 100755 --- a/proton +++ b/proton @@ -21,8 +21,8 @@ else: ld_path_var = "LD_LIBRARY_PATH" def log(msg): - sys.stdout.write(PFX + msg + os.linesep) - sys.stdout.flush() + sys.stderr.write(PFX + msg + os.linesep) + sys.stderr.flush() def upgrade_pfx(old_ver): if old_ver == CURRENT_PREFIX_VERSION: