[gcr] Clearer debug message on ASN.1 parse failure



commit 2cc55e60ab7510428d95847d9c6b3ee4fcf01b24
Author: Stef Walter <stefw gnome org>
Date:   Wed Feb 13 19:32:54 2013 +0100

    Clearer debug message on ASN.1 parse failure

 egg/egg-asn1x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egg/egg-asn1x.c b/egg/egg-asn1x.c
index 4205406..c065e87 100644
--- a/egg/egg-asn1x.c
+++ b/egg/egg-asn1x.c
@@ -521,7 +521,7 @@ anode_failure (GNode *node, const gchar *failure)
 
        g_free (an->failure);
        an->failure = g_strdup_printf ("%s: %s", prefix, failure);
-       g_debug ("egg-asn1: %s", an->failure);
+       g_debug ("%s %s", prefix, an->failure);
        return FALSE; /* So this can be chained */
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]