forked from AuroraMiddleware/gtk
gtkprintbackendcups.c: fix \n at end of a debugging note
(cherry picked from commit 7461ceebe3
)
This commit is contained in:
parent
688426f57f
commit
d2a4febfa7
@ -2386,7 +2386,7 @@ cups_printer_handle_attribute (GtkPrintBackendCups *cups_backend,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
GTK_NOTE (PRINTING,
|
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