Skip to content

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

Ivan Zakharyaschev requested to merge imz/gtk:gtk-2-24 into gtk-2-24

Without the newline in the debugging message, there is a mess because two messages get into the same line, as it was for me in https://bugzilla.gnome.org/show_bug.cgi?id=793529 .

Merge request reports