aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-05-26 21:45:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-05-26 21:45:58 +0000
commitf04a2a23ba8c76e6c0d85c51e38a1226ab0a0c91 (patch)
tree727bb86f6d9fc3f3525a5d03ef72b39f60de1600 /capture.c
parent56465457d6799d6e096c3c442d54531df0aae76f (diff)
changed the loglevel of "capture kill" from message to info (it's no action that the user directly triggered)
svn path=/trunk/; revision=14446
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index 2a8e5b43ac..12f9cbe3f3 100644
--- a/capture.c
+++ b/capture.c
@@ -137,7 +137,7 @@ capture_restart(capture_options *capture_opts)
void
capture_kill_child(capture_options *capture_opts)
{
- g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_MESSAGE, "Capture Kill");
+ g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_INFO, "Capture Kill");
/* kill the capture child */
sync_pipe_kill(capture_opts);