This commit is contained in:
Jean-Francois Dockes 2011-10-01 09:32:56 +02:00
parent 487b623faf
commit e736dc7a77

View File

@ -25,7 +25,7 @@ bool rclionice(const string& clss, const string& cdata)
string ionicexe;
if (!ExecCmd::which("ionice", ionicexe)) {
// ionice not found, bail out
LOGDEB(("rclionice: ionice not found\n"));
LOGDEB0(("rclionice: ionice not found\n"));
return false;
}
list<string> args;