aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-17 22:36:59 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-17 22:36:59 +0000
commit24500cc66354adfba0e9874ccaa01ea20dcddea6 (patch)
tree02c46b74662ae272eea237c12a9f050dcf967d44 /capture.c
parent9148a8675d84a858ad8915a3a9c4e2d10fd013bd (diff)
add a log message, if capture start failed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17340 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.c')
-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 */