From: Gregor Brunmar Date: Mon, 29 Oct 2007 16:42:36 +0000 (+0000) Subject: Removed debug spamming from previous checkin X-Git-Tag: backups/curicon_rewrite@32816~1495 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=b0c1506b7eeb5cf977f22e03403fb3023807912d;hp=2b88e1ebf0245923d37d040ada4ad2e9248b472b Removed debug spamming from previous checkin svn path=/trunk/; revision=29956 --- diff --git a/reactos/base/system/services/database.c b/reactos/base/system/services/database.c index 3a6f005200c..8c4bac77965 100644 --- a/reactos/base/system/services/database.c +++ b/reactos/base/system/services/database.c @@ -775,7 +775,7 @@ ScmStartUserModeService(PSERVICE Service, DPRINT1("CreateNamedPipeW(%S) done\n", NtControlPipeName); if (Service->ControlPipeHandle == INVALID_HANDLE_VALUE) { - DPRINT1("Failed to create control pipe!\n"); + DPRINT("Failed to create control pipe!\n"); return GetLastError(); }