mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
gtkprintbackendcups.c: fix \n at end of a debugging note
This commit is contained in:
parent
61751e0e37
commit
7461ceebe3
@ -2184,7 +2184,7 @@ cups_printer_handle_attribute (GtkPrintBackendCups *cups_backend,
|
||||
else
|
||||
{
|
||||
GTK_NOTE (PRINTING,
|
||||
g_print ("CUPS Backend: Attribute %s ignored", ippGetName (attr)));
|
||||
g_print ("CUPS Backend: Attribute %s ignored\n", ippGetName (attr)));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user