2008-09-30 [mones] 3.5.0cvs141
[claws.git] / src / printing.c
index 86e2ee070f5e75ad16facd0a1f075a6c8e4644ba..bd35038258ad4b8b8238cfbf94f60aeabb2af4a2 100644 (file)
@@ -229,7 +229,7 @@ void printing_print_full(GtkWindow *parent, PrintRenderer *renderer, gpointer re
   if(res == GTK_PRINT_OPERATION_RESULT_ERROR) {
     GError *error = NULL;
     gtk_print_operation_get_error(op, &error);
-    debug_print("Error printing message: %s",
+    debug_print("Error printing message: %s\n",
            error ? error->message : "no details");
   }
   else if(res == GTK_PRINT_OPERATION_RESULT_APPLY) {