httpapi: Use the "http" debug channel.

Same as http.sys.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Zebediah Figura 2020-02-28 21:45:29 -06:00 committed by Alexandre Julliard
parent 4a0ef4d8c8
commit 22bfe19bb0
1 changed files with 1 additions and 1 deletions

View File

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