loglevels

This commit is contained in:
dockes 2009-09-29 15:58:32 +00:00
parent 8364c8b53b
commit 1fe4345ca4

View File

@ -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