fix trace
This commit is contained in:
parent
e051de0a37
commit
2910ed02b4
@ -1021,7 +1021,8 @@ bool ExecCmd::maybereap(int *status)
|
|||||||
e.inactivate();
|
e.inactivate();
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
LOGDEB("ExecCmd::maybereap: got status 0x" << (status) << "\n");
|
if (*status)
|
||||||
|
LOGDEB("ExecCmd::maybereap: got status 0x" << *status << "\n");
|
||||||
m->m_pid = -1;
|
m->m_pid = -1;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user