(self, s)
| 343 | self._dolog(servicemanager.LogWarningMsg, s) |
| 344 | |
| 345 | def error(self, s): |
| 346 | self._dolog(servicemanager.LogErrorMsg, s) |
| 347 | |
| 348 | # Functions that spawn a child process, redirecting any output. |
| 349 | # Although buildbot itself does this, it is very handy to debug issues |
no test coverage detected