From 6e843d7d58eea653d511bebb84ec004629e26b55 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Fri, 13 Oct 2000 17:05:56 +0000 Subject: [PATCH] Make reg the default output chanel. --- dlls/ntdll/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/reg.c b/dlls/ntdll/reg.c index c1d43eaba3f..b8ff851d5dd 100644 --- a/dlls/ntdll/reg.c +++ b/dlls/ntdll/reg.c @@ -19,7 +19,7 @@ #include "ntddk.h" #include "ntdll_misc.h" -DEFAULT_DEBUG_CHANNEL(ntdll); +DEFAULT_DEBUG_CHANNEL(reg); static const WCHAR root_name[] = { '\\','R','e','g','i','s','t','r','y','\\',0 }; static const UNICODE_STRING root_path =