aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/wslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/wslog.c b/wsutil/wslog.c
index ceb1c4aaf3..071696c340 100644
--- a/wsutil/wslog.c
+++ b/wsutil/wslog.c
@@ -586,8 +586,8 @@ static void glib_log_handler(const char *domain, GLogLevelFlags flags,
/*
* We can't write to stderr in ws_log_init() because dumpcap uses stderr
- * to communicate with the parent and it will block. Any failures are
- * therefore ignored.
+ * to communicate with the parent and it will block. We have to use
+ * vcmdarg_err to report errors.
*/
void ws_log_init(const char *progname,
void (*vcmdarg_err)(const char *, va_list ap))