* unify error printing a bit (starting with lowercase)

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-30 22:20:27 +02:00
parent bc039e22d6
commit ba2918ca41
10 changed files with 23 additions and 23 deletions

View File

@ -162,7 +162,7 @@ run_msg_callback_maybe (MuIndexCallbackData *data)
result = data->_idx_msg_cb (data->_stats, data->_user_data);
if G_UNLIKELY((result != MU_OK && result != MU_STOP))
g_warning ("Error in callback");
g_warning ("error in callback");
return result;
}