* mu.cc: add some comment about setlocale

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-05 12:38:11 +03:00
parent 3b514b066f
commit 956720df61
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ init_log (MuConfigOptions *opts)
rv = mu_log_init (opts->muhome, TRUE, opts->quiet,
opts->debug);
/* we use g_printerr here because g_warning does not give
* the desired result when log initialization failed */
if (!rv)
g_printerr ("error: failed to initialize log\n");