aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 9c840ea264..fc3c88e1e7 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -694,7 +694,7 @@ sync_pipe_close_command(int *read_fd, gchar **msg) {
eth_close(*read_fd);
- g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "sync_interface_list_open: wait till child closed");
+ g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "sync_pipe_close_command: wait till child closed");
#ifdef _WIN32
/* XXX - Should we signal the child somehow? */