Author: gedmurphy Date: Wed Sep 12 13:08:11 2007 New Revision: 29016
URL: http://svn.reactos.org/svn/reactos?rev=29016&view=rev Log: silence a couple of debug messages I missed
Modified: trunk/reactos/base/system/services/database.c
Modified: trunk/reactos/base/system/services/database.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/services/databa... ============================================================================== --- trunk/reactos/base/system/services/database.c (original) +++ trunk/reactos/base/system/services/database.c Wed Sep 12 13:08:11 2007 @@ -133,7 +133,7 @@
if (CurrentService->hClient == Handle) { - DPRINT1("Found service: '%S'\n", CurrentService->lpDisplayName); + DPRINT("Found service: '%S'\n", CurrentService->lpDisplayName); return CurrentService; }
@@ -620,7 +620,7 @@ PWSTR Ptr; DWORD Count;
- DPRINT1("ScmSendStartCommand() called\n"); + DPRINT("ScmSendStartCommand() called\n");
/* Calculate the total length of the start command line */ TotalLength = wcslen(Service->lpServiceName) + 1;