Index: branches/ariel/xmldumps-backup/CommandManagement.py |
— | — | @@ -142,10 +142,10 @@ |
143 | 143 | # will hang forever in the wait() on them. |
144 | 144 | self._processes.reverse() |
145 | 145 | for p in self._processes: |
146 | | - print "DEBUG: trying to get return code for %s" % p.pid |
| 146 | +# print "DEBUG: trying to get return code for %s" % p.pid |
147 | 147 | self._exitValues.append(p.wait()) |
148 | 148 | retcode = p.poll() |
149 | | - print "DEBUG: return code %s for %s" % (retcode, p.pid) |
| 149 | +# print "DEBUG: return code %s for %s" % (retcode, p.pid) |
150 | 150 | self._exitValues.reverse() |
151 | 151 | self._processes.reverse() |
152 | 152 | if (self.saveFile()): |