X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstrio.c;h=71a4503535a8e3bbe5739a27395a4e6cd380157d;hb=0d3a3e9d1aefbfb3d61b0ae98d543959874e4f78;hp=27807246ec54297b7aa3f64888a1ebea1159f7e0;hpb=d672987c7dde878948abb2bb5156bd114b515c98;p=projects%2Fchimara%2Fchimara.git diff --git a/src/strio.c b/src/strio.c index 2780724..71a4503 100644 --- a/src/strio.c +++ b/src/strio.c @@ -46,7 +46,7 @@ convert_latin1_to_utf8(gchar *s, gsize len) if(utf8 == NULL) { - error_dialog(NULL, error, "Error during latin1->utf8 conversion: "); + g_warning("Error during latin1->utf8 conversion: %s", error->message); return NULL; }