forked from AuroraMiddleware/gtk
Merge branch 'master' into 'master'
gtkprintbackendcups.c: fix \n at end of a debugging note See merge request GNOME/gtk!25
This commit is contained in:
commit
909fdc99ad
@ -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