<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>34560</bug_id>
          
          <creation_ts>2018-02-17 21:53:52 +0300</creation_ts>
          <short_desc>gtkprintbackendcups.c: fix \n at end of a debugging note</short_desc>
          <delta_ts>2019-02-24 08:51:31 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>libgtk+3</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>https://gitlab.gnome.org/GNOME/gtk/merge_requests/24</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>34559</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ivan Zakharyaschev">imz</reporter>
          <assigned_to name="Yuri N. Sedunov">aris</assigned_to>
          <cc>aris</cc>
    
    <cc>iv</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>169113</commentid>
    <comment_count>0</comment_count>
    <who name="Ivan Zakharyaschev">imz</who>
    <bug_when>2018-02-17 21:53:52 +0300</bug_when>
    <thetext>3.22.28-alt2

Without the newline in the debugging message, there is a mess because two
messages get into the same line.

https://gitlab.gnome.org/GNOME/gtk/merge_requests/24/diffs?commit_id=d2a4febfa75182d36ffd48eb05e9054e8bf9cf53 :

diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index f391c69..7d061c5 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -2386,7 +2386,7 @@ cups_printer_handle_attribute (GtkPrintBackendCups *cups_backend,
   else
     {
       GTK_NOTE (PRINTING,
-		g_print (&quot;CUPS Backend: Attribute %s ignored&quot;, ippGetName (attr)));
+		g_print (&quot;CUPS Backend: Attribute %s ignored\n&quot;, ippGetName (attr)));
     }
 }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178887</commentid>
    <comment_count>1</comment_count>
    <who name="Ivan A. Melnikov">iv</who>
    <bug_when>2019-02-24 08:51:31 +0300</bug_when>
    <thetext>This change made it into 3.22.29-alt1 build in March 2018.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>