diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c index 540b50517..5fa295220 100644 --- a/panels/info/cc-info-panel.c +++ b/panels/info/cc-info-panel.c @@ -977,6 +977,11 @@ default_app_changed (GtkAppChooserButton *button, g_error_free (error); error = NULL; } + else + { + g_debug ("Set '%s' as the default handler for '%s'", + g_app_info_get_name (info), app_data->content_type); + } if (app_data->extra_type_filter) { @@ -998,6 +1003,11 @@ default_app_changed (GtkAppChooserButton *button, g_app_info_get_name (info), mime_types[i], error->message); g_error_free (error); } + else + { + g_debug ("Set '%s' as the default handler for '%s'", + g_app_info_get_name (info), mime_types[i]); + } } g_pattern_spec_free (pattern);