]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking.py
Mark the error output from the subprocess with a prefix.
[bookmarks_db.git] / 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