Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
fussler committed Jun 7, 2024
1 parent cf298ec commit ee7b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minnet-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ minnet_client_onclose(JSContext* ctx, JSValueConst this_val, int argc, JSValueCo
c->exception = JS_DupValue(ctx, argv[1]);
}

#ifdef DEBUG_OUTPUT
#ifdef DEBUG_OUTPUT_
printf("%s fd=%d c=%p c->nfds=%zu\n", __func__, fd, c, c->nfds);
#endif

Expand Down

0 comments on commit ee7b5e9

Please sign in to comment.