Fix some debug messages and update headers
[claws.git] / src / plugins / libravatar / libravatar_prefs.c
index 86f8732029e193b1d4ba5be70f0b45a65ee7683d..c70305a456e2da8a22b02e9152651542a804bbf5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2014-2015 Ricardo Mones and the Claws Mail Team
+ * Copyright (C) 2014-2016 Ricardo Mones and the Claws Mail Team
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -168,11 +168,11 @@ static void cache_clean_button_clicked_cb(GtkButton *button, gpointer data)
        if (val != G_ALERTALTERNATE)
                return;
 
-       debug_print("cleaning missing cache");
+       debug_print("cleaning missing cache\n");
        misses = g_hash_table_size(libravatarmisses);
        g_hash_table_remove_all(libravatarmisses);
 
-       debug_print("cleaning disk cache");
+       debug_print("cleaning disk cache\n");
        acr = libravatar_cache_clean();
        if (acr == NULL) {
                alertpanel_error(_("Not enough memory for operation"));