diff options
Diffstat (limited to 'scrape.c')
-rw-r--r-- | scrape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrape.c b/scrape.c index 57e5c6c..312f290 100644 --- a/scrape.c +++ b/scrape.c @@ -83,7 +83,7 @@ bool scrape_serve(const char *port, scrape_handler *handler, void *handler_ctx) } if (nfds == 0) { - fprintf(stderr, "failed to bind any sockets"); + fprintf(stderr, "failed to bind any sockets\n"); return false; } |