]> git.phdru.name Git - bookmarks_db.git/commitdiff
Mark the error output from the subprocess with a prefix.
authorOleg Broytman <phd@phdru.name>
Sun, 23 Dec 2007 10:53:34 +0000 (10:53 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Dec 2007 10:53:34 +0000 (10:53 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@128 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rforking.py

index d3d33511aff322e2a148c48e8f57e0e162cf9d68..3ce798b407002ed75db7abe3dff73ac8fc56785b 100644 (file)
@@ -68,7 +68,7 @@ class robot_forking(Robot):
             error = check_subp.readPendingErrLine()
             if not error:
                break
-            sys.stderr.write(error)
+            sys.stderr.write("(subp) " + error)
 
       except KeyboardInterrupt:
          return 0