add some debug logs

This commit is contained in:
Nayan
2025-05-08 21:25:26 -04:00
parent e956ef0681
commit b52ce7dd0c
3 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
* handle_request.
*/
void* client_handler(void* args) {
log_message(LOG_DEBUG, "Client handler started");
// Cast args
int client = *((int*)args);
char* buffer = (char*)malloc(BUFFER_SIZE);