From 1fe4345ca47f0ed212d41ca4c063a63c410e633b Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 29 Sep 2009 15:58:32 +0000 Subject: [PATCH] loglevels --- src/utils/execmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/execmd.cpp b/src/utils/execmd.cpp index 19983900..3424c0e0 100644 --- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -121,7 +121,7 @@ public: ~ExecCmdRsrc() { if (!m_active || !m_parent) return; - LOGDEB(("~ExecCmdRsrc: working\n")); + LOGDEB0(("~ExecCmdRsrc: working\n")); int status; if (m_parent->m_pid > 0) { LOGDEB(("ExecCmd: killing cmd\n")); @@ -343,7 +343,7 @@ int ExecCmd::doexec(const string &cmd, const list& args, 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