changed the loglevel of "capture kill" from message to info (it's no action that the user directly triggered)

svn path=/trunk/; revision=14446
This commit is contained in:
Ulf Lamping 2005-05-26 21:45:58 +00:00
parent 56465457d6
commit f04a2a23ba
1 changed files with 1 additions and 1 deletions

View File

@ -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);