aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-11-20 20:25:07 +0000
committerGerald Combs <gerald@wireshark.org>2007-11-20 20:25:07 +0000
commit1b763211351dbd639585d46dad6dc79e932ecfc8 (patch)
treefc6ea8266943cd2806609119a62c52fc0fe08ab0 /capture_sync.c
parent13a01fef376891c78d77400f14d7671935319e7b (diff)
Fix a log message.
svn path=/trunk/; revision=23518
Diffstat (limited to 'capture_sync.c')
-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? */