summaryrefslogtreecommitdiffstats
path: root/worker/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'worker/debug.c')
-rw-r--r--worker/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/debug.c b/worker/debug.c
index 27a6a5c..6c65342 100644
--- a/worker/debug.c
+++ b/worker/debug.c
@@ -15,7 +15,7 @@ void debug_fn(const char *format, ...)
vasprintf(&s, format, ap);
va_end(ap);
- /*write(state.fd, s, strlen(s));*/
+ /*write(state.fd, s, strlen(s)); */
fprintf(stderr, s);
free(s);
}