Mercurial > geeqie
diff src/filedata.c @ 673:fbebf5cf4a55
Do not use printf() directly but use new wrapper function log_printf() instead.
author | zas_ |
---|---|
date | Fri, 16 May 2008 12:16:49 +0000 |
parents | 8268cbe682f1 |
children | d4a68dfa6819 |
line wrap: on
line diff
--- a/src/filedata.c Fri May 16 12:08:51 2008 +0000 +++ b/src/filedata.c Fri May 16 12:16:49 2008 +0000 @@ -117,7 +117,7 @@ ret = g_locale_to_utf8(buf, buflen, NULL, NULL, &error); if (error) { - printf("Error converting locale strftime to UTF-8: %s\n", error->message); + log_printf("Error converting locale strftime to UTF-8: %s\n", error->message); g_error_free(error); return ""; }