Remove line breaks from g_warning()
[claws.git] / src / prefs_filtering_action.c
index 34817764cec93b7aea2abf4ccdd3384fda5b7ec7..457ce557e3a8bc125a53466ebd9b412d6d476070 100644 (file)
@@ -1701,7 +1701,7 @@ static gboolean prefs_filtering_actions_selected
                                     ACTION_CLEAR_TAGS);
                break;
        default:
-               g_warning("unhandled case !\n");
+               g_warning("unhandled action type");
        }
        if (action->destination)
                gtk_entry_set_text(GTK_ENTRY(filtering_action.dest_entry), action->destination);