mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "temporarily disable pre-logging messages."
This reverts commit 9cafc26641.
I didn't mean to push it in the first place.
This commit is contained in:
@@ -768,8 +768,8 @@ main(int argc, char ** argv)
|
||||
sys_locale = g_strdup (setlocale (LC_ALL, ""));
|
||||
if (!sys_locale)
|
||||
{
|
||||
// g_print ("The locale defined in the environment isn't supported. "
|
||||
// "Falling back to the 'C' (US English) locale\n");
|
||||
g_print ("The locale defined in the environment isn't supported. "
|
||||
"Falling back to the 'C' (US English) locale\n");
|
||||
g_setenv ("LC_ALL", "C", TRUE);
|
||||
setlocale (LC_ALL, "C");
|
||||
}
|
||||
@@ -785,7 +785,7 @@ main(int argc, char ** argv)
|
||||
#endif
|
||||
|
||||
gnc_parse_command_line(&argc, &argv);
|
||||
//gnc_print_unstable_message();
|
||||
gnc_print_unstable_message();
|
||||
|
||||
gnc_log_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user