Remove debug message.

This commit is contained in:
Guus Sliepen 2003-08-22 15:07:57 +00:00
parent 89c9f3ed8f
commit 3e0b28b0c4

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 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" #include "system.h"
@ -115,8 +115,6 @@ bool install_service(void) {
strncat(command, "\"", sizeof(command)); strncat(command, "\"", sizeof(command));
} }
logger(LOG_DEBUG, "Command: '%s'", command);
service = CreateService(manager, identname, identname, service = CreateService(manager, identname, identname,
SERVICE_ALL_ACCESS, SERVICE_WIN32_OWN_PROCESS, SERVICE_AUTO_START, SERVICE_ERROR_NORMAL, SERVICE_ALL_ACCESS, SERVICE_WIN32_OWN_PROCESS, SERVICE_AUTO_START, SERVICE_ERROR_NORMAL,
command, "NDIS", NULL, NULL, NULL, NULL); command, "NDIS", NULL, NULL, NULL, NULL);