aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-05-26 19:06:01 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-05-26 19:06:01 +0000
commit6a853e1bc32bc1ab1c852b7b347dbcbc8b206502 (patch)
treecf950cb9ec5ac3fc57bf6fb655e591654a8fc2fd /capture_loop.c
parentedf3ec1d92ae0f869774e6d97a02217bd7e4cd12 (diff)
some cleanup of capture error notification handling
svn path=/trunk/; revision=14441
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 17f069b95b..dc23f39d68 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -1523,7 +1523,7 @@ error:
/* close the input file (pcap or cap_pipe) */
capture_loop_close_input(&ld);
- g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_INFO, "Capture child stopped with error: %s", errmsg);
+ g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_INFO, "Capture child stopped with error");
return FALSE;
}