From 7ad89486abe996412250dec2462115ae7d0d4f80 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 6 Feb 2024 01:20:00 +0000 Subject: [PATCH] better debug log git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@168 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/HTTP.c | 1 + W3Version.h.p | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/HTTP.c b/Library/HTTP.c index f201676..ea08cc7 100644 --- a/Library/HTTP.c +++ b/Library/HTTP.c @@ -63,6 +63,7 @@ void __W3_HTTP_Request(struct W3* w3) { if(w3->data != NULL) { __W3_Auto_Write(w3, w3->data, w3->size); } + __W3_Debug("LibW3-HTTP", "Sent the HTTP request"); char* buf = malloc(w3->readsize); char* statusbuf = malloc(1); statusbuf[0] = 0; diff --git a/W3Version.h.p b/W3Version.h.p index dee9ce6..f852b65 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.2M" \ +#define LIBW3_VERSION "2.2N" \ SUFFIX #ifdef __cplusplus -- 2.43.0