From 8fdb9b2df974a38491cdcabc3e68ae2f66f15972 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 3 Dec 2005 21:12:59 +0000 Subject: clarify a comment svn path=/trunk/; revision=16667 --- capture.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index 8de503c853..074acc3fe7 100644 --- a/capture.c +++ b/capture.c @@ -372,7 +372,8 @@ capture_input_closed(capture_options *capture_opts) g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_MESSAGE, "Capture stopped!"); g_assert(capture_opts->state == CAPTURE_PREPARING || capture_opts->state == CAPTURE_RUNNING); - /* if we didn't started the capture (happens if an error occured), do a fake start */ + /* if we didn't started the capture, do a fake start */ + /* (happens if we got an error message - we won't get a filename then) */ if(capture_opts->state == CAPTURE_PREPARING) { if(capture_opts->real_time_mode) { cf_callback_invoke(cf_cb_live_capture_update_started, capture_opts); -- cgit v1.2.3