aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-17 22:36:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-17 22:36:59 +0000
commit6378f9c30a2b0cdffac8a4f1233965a60803f9cf (patch)
tree02c46b74662ae272eea237c12a9f050dcf967d44
parente9226d04e55283aa1f0e359cd12ed83cbfe52bd7 (diff)
add a log message, if capture start failed
svn path=/trunk/; revision=17340
-rw-r--r--capture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture.c b/capture.c
index d069db898b..b5556ce84c 100644
--- a/capture.c
+++ b/capture.c
@@ -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 */