From: Guus Sliepen Date: Fri, 22 Aug 2003 15:07:57 +0000 (+0000) Subject: Remove debug message. X-Git-Tag: release-1.0.2~33 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=3e0b28b0c4d874934dde7b487a56cfacc956e3b4 Remove debug message. --- diff --git a/src/process.c b/src/process.c index d1bebcd..2050c05 100644 --- a/src/process.c +++ b/src/process.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: process.c,v 1.1.2.74 2003/08/22 15:05:01 guus Exp $ + $Id: process.c,v 1.1.2.75 2003/08/22 15:07:57 guus Exp $ */ #include "system.h" @@ -115,8 +115,6 @@ bool install_service(void) { strncat(command, "\"", sizeof(command)); } - logger(LOG_DEBUG, "Command: '%s'", command); - service = CreateService(manager, identname, identname, SERVICE_ALL_ACCESS, SERVICE_WIN32_OWN_PROCESS, SERVICE_AUTO_START, SERVICE_ERROR_NORMAL, command, "NDIS", NULL, NULL, NULL, NULL);