X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstrio.c;h=71a4503535a8e3bbe5739a27395a4e6cd380157d;hb=fac4f5bfb95b6e8e60b675beb325cfbcdfd2a4f1;hp=27807246ec54297b7aa3f64888a1ebea1159f7e0;hpb=dc12376c7b6c8957cddab1bd5936409d9818f5f1;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; }