loglevels
This commit is contained in:
parent
8364c8b53b
commit
1fe4345ca4
@ -121,7 +121,7 @@ public:
|
|||||||
~ExecCmdRsrc() {
|
~ExecCmdRsrc() {
|
||||||
if (!m_active || !m_parent)
|
if (!m_active || !m_parent)
|
||||||
return;
|
return;
|
||||||
LOGDEB(("~ExecCmdRsrc: working\n"));
|
LOGDEB0(("~ExecCmdRsrc: working\n"));
|
||||||
int status;
|
int status;
|
||||||
if (m_parent->m_pid > 0) {
|
if (m_parent->m_pid > 0) {
|
||||||
LOGDEB(("ExecCmd: killing cmd\n"));
|
LOGDEB(("ExecCmd: killing cmd\n"));
|
||||||
@ -343,7 +343,7 @@ int ExecCmd::doexec(const string &cmd, const list<string>& args,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOGDEB(("ExecCmd::doexec: selectloop returned %d\n", ret));
|
LOGDEB0(("ExecCmd::doexec: selectloop returned %d\n", ret));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Normal return: deactivate cleaner, wait() will do the cleanup
|
// Normal return: deactivate cleaner, wait() will do the cleanup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user