aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-charset-map.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-11 03:48:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-11 03:48:53 +0800
commit14269f70245e1a7cf8bd74b61ca106775ba2750e (patch)
treec9cc61218f868f0bc560e904933e4849f7831590 /camel/camel-charset-map.c
parentc738d4534492ed235d3f555f64e5a9fa9b62bd48 (diff)
downloadgsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.tar
gsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.tar.gz
gsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.tar.bz2
gsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.tar.lz
gsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.tar.xz
gsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.tar.zst
gsoc2013-evolution-14269f70245e1a7cf8bd74b61ca106775ba2750e.zip
Get rid of the g_warning, we no longer really need that.
2001-09-10 Jeffrey Stedfast <fejj@ximian.com> * camel-charset-map.c (camel_charset_to_iconv): Get rid of the g_warning, we no longer really need that. svn path=/trunk/; revision=12739
Diffstat (limited to 'camel/camel-charset-map.c')
-rw-r--r--camel/camel-charset-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-charset-map.c b/camel/camel-charset-map.c
index 5ad5a249af..777f6278dd 100644
--- a/camel/camel-charset-map.c
+++ b/camel/camel-charset-map.c
@@ -415,7 +415,7 @@ camel_charset_to_iconv (const char *name)
}
ICONV_CHARSETS_UNLOCK ();
- g_warning ("camel_charset_to_iconv (\"%s\") => \"%s\"", name, charset);
+ /*g_warning ("camel_charset_to_iconv (\"%s\") => \"%s\"", name, charset);*/
return charset;
}