Zebediah Figura : httpapi: Use the "http" debug channel.

Alexandre Julliard julliard at winehq.org
Mon Mar 2 16:22:22 CST 2020


Module: wine
Branch: master
Commit: 22bfe19bb0650576d8eaa8db46ff48ea1cd71b5e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=22bfe19bb0650576d8eaa8db46ff48ea1cd71b5e

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Feb 28 21:45:29 2020 -0600

httpapi: Use the "http" debug channel.

Same as http.sys.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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};
 




More information about the wine-cvs mailing list