mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
gtkprintbackendcups.c: fix \n at end of a debugging note
(cherry picked from commit7461ceebe3
) (cherry picked from commitd2a4febfa7
)
This commit is contained in:
parent
cfcd0f888d
commit
4c2f904ac4
@ -2377,7 +2377,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