Comment 22 for bug 1202198

Revision history for this message
Javier Bahillo (jbahillo) wrote :

Hello Sebastien:

I think that error is included between one of these conditions (note that the comment points to the Fedora report I mentioned you before):

            /* These reasons should not be shown to users (rhbz#883401) */

            g_str_equal (reason, "other") ||

            g_str_equal (reason, "com.apple.print.recoverable") ||

            g_str_has_prefix (reason, "cups-remote-")) {

BR