From e92121d41eef6addff61aed6a88aa264d20faec1 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 13 Mar 2008 09:54:43 +0100 Subject: [PATCH] advapi/service: Give service its own debug channel. --- dlls/advapi32/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/advapi32/service.c b/dlls/advapi32/service.c index 7a000be6849..ae565ab2095 100644 --- a/dlls/advapi32/service.c +++ b/dlls/advapi32/service.c @@ -36,7 +36,7 @@ #include "lmcons.h" #include "lmserver.h" -WINE_DEFAULT_DEBUG_CHANNEL(advapi); +WINE_DEFAULT_DEBUG_CHANNEL(service); static const WCHAR szLocalSystem[] = {'L','o','c','a','l','S','y','s','t','e','m',0}; static const WCHAR szServiceManagerKey[] = { 'S','y','s','t','e','m','\\',