From 1e806e88e1b41393c2c9bf27529b3f642239de33 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 30 Jan 2006 09:28:36 +0000 Subject: [PATCH] *** empty log message *** --- src/utils/execmd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/execmd.cpp b/src/utils/execmd.cpp index 3ce3cb92..d07900d2 100644 --- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: execmd.cpp,v 1.15 2006-01-26 17:59:30 dockes Exp $ (C) 2004 J.F.Dockes"; +static char rcsid[] = "@(#$Id: execmd.cpp,v 1.16 2006-01-30 09:28:36 dockes Exp $ (C) 2004 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -207,7 +207,6 @@ int ExecCmd::doexec(const string &cmd, const list& args, out: int status = -1; if (!m_cancelRequest) { - LOGDEB(("Execmd: canceled\n")); (void)waitpid(e.pid, &status, 0); e.pid = -1; }