fix log msg typo

svn path=/trunk/; revision=22637
This commit is contained in:
Richard van der Hoff 2007-08-24 15:29:13 +00:00
parent 5a1e278801
commit aaf78a647e
1 changed files with 1 additions and 1 deletions

View File

@ -2007,7 +2007,7 @@ static void main_cf_callback(gint event, gpointer data, gpointer user_data _U_)
main_cf_cb_live_capture_fixed_started(data);
break;
case(cf_cb_live_capture_fixed_continue):
g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture update continue");
g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture fixed continue");
main_cf_cb_live_capture_fixed_continue(data);
break;
case(cf_cb_live_capture_fixed_finished):