Merge branch 'gtk-3-22' into 'gtk-3-22'

gtkprintbackendcups.c: fix \n at end of a debugging note

See merge request GNOME/gtk!24
This commit is contained in:
Matthias Clasen
2018-02-19 17:57:04 +00:00

View File

@ -2386,7 +2386,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)));
}
}