aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-20 20:25:07 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-20 20:25:07 +0000
commitf388434e966e2233e479c37b35905c5681c1f4aa (patch)
treefc6ea8266943cd2806609119a62c52fc0fe08ab0 /capture_sync.c
parent053185ba4f47840d7e75ab3628fec2d7bb2cc4ea (diff)
Fix a log message.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23518 f5534014-38df-0310-8fa8-9805f1628bb7
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? */