[PATCH v2 2/5] httpapi: Use the "http" debug channel.

Zebediah Figura z.figura12 at gmail.com
Fri Feb 28 21:45:29 CST 2020


Same as http.sys.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/httpapi/httpapi_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/httpapi/httpapi_main.c b/dlls/httpapi/httpapi_main.c
index c24cadfaeb..19547fdcf8 100644
--- a/dlls/httpapi/httpapi_main.c
+++ b/dlls/httpapi/httpapi_main.c
@@ -25,7 +25,7 @@
 #include "wine/heap.h"
 #include "wine/list.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(httpapi);
+WINE_DEFAULT_DEBUG_CHANNEL(http);
 
 static const WCHAR device_nameW[] = {'\\','D','e','v','i','c','e','\\','H','t','t','p','\\','R','e','q','Q','u','e','u','e',0};
 
-- 
2.25.0




More information about the wine-devel mailing list