add a log message, if capture start failed

svn path=/trunk/; revision=17340
This commit is contained in:
Ulf Lamping 2006-02-17 22:36:59 +00:00
parent e9226d04e5
commit 6378f9c30a
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ capture_start(capture_options *capture_opts)
capture_opts->save_file = NULL;
}
g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_MESSAGE, "Capture Start failed!");
capture_opts->state = CAPTURE_STOPPED;
} else {
/* the capture child might not respond shortly after bringing it up */