Convert a g_assert to g_warning. Reduces the severity of #348149
authorSankar P <psankar@novell.com>
Mon, 10 Sep 2007 09:49:34 +0000 (09:49 +0000)
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>
Mon, 10 Sep 2007 09:49:34 +0000 (09:49 +0000)
2007-09-10  Sankar P  <psankar@novell.com>

* camel-partition-table.c: (camel_key_table_lookup):
Convert a g_assert to g_warning. Reduces the severity of
#348149

svn path=/trunk/; revision=8048

camel/ChangeLog
camel/camel-partition-table.c

index 8662771..134b9be 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-10  Sankar P  <psankar@novell.com>
+
+       * camel-partition-table.c: (camel_key_table_lookup):
+       Convert a g_assert to g_warning. Reduces the severity of
+       #348149
+
 2007-09-07  Milan Crha  <mcrha@redhat.com>
 
        ** Fix for bug #469007
index cf351b7..02c3245 100644 (file)
@@ -867,7 +867,7 @@ camel_key_table_lookup(CamelKeyTable *ki, camel_key_t keyid, char **keyp, unsign
 
        kb = (CamelKeyBlock *)&bl->data;
 
-#if 1
+#if 0
        g_assert(kb->used < 127); /* this should be more accurate */
        g_assert(index < kb->used);
 #else