*** empty log message ***

This commit is contained in:
dockes 2006-01-30 09:28:36 +00:00
parent 91ac7b7885
commit 1e806e88e1

View File

@ -1,5 +1,5 @@
#ifndef lint #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 #endif
/* /*
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -207,7 +207,6 @@ int ExecCmd::doexec(const string &cmd, const list<string>& args,
out: out:
int status = -1; int status = -1;
if (!m_cancelRequest) { if (!m_cancelRequest) {
LOGDEB(("Execmd: canceled\n"));
(void)waitpid(e.pid, &status, 0); (void)waitpid(e.pid, &status, 0);
e.pid = -1; e.pid = -1;
} }