Show More
@@ -266,7 +266,7 b' cleanup:' | |||||
266 | } else if (WIFSIGNALED(pst)) { |
|
266 | } else if (WIFSIGNALED(pst)) { | |
267 | abortmsg("cmdserver killed by signal %d", WTERMSIG(pst)); |
|
267 | abortmsg("cmdserver killed by signal %d", WTERMSIG(pst)); | |
268 | } else { |
|
268 | } else { | |
269 |
abortmsg("error whi |
|
269 | abortmsg("error while waiting for cmdserver"); | |
270 | } |
|
270 | } | |
271 | return NULL; |
|
271 | return NULL; | |
272 | } |
|
272 | } |
General Comments 0
You need to be logged in to leave comments.
Login now