Fix a log message.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Nov 2007 20:25:07 +0000 (20:25 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Nov 2007 20:25:07 +0000 (20:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23518 f5534014-38df-0310-8fa8-9805f1628bb7

capture_sync.c

index 9c840ea2644b9ff346725c7d2972765022e58b33..fc3c88e1e798296d969bcf1c637c54ab391b2546 100644 (file)
@@ -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? */