gnucash maint: Revert "temporarily disable pre-logging messages."

John Ralls jralls at code.gnucash.org
Sun Aug 21 12:14:53 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/a0a69327 (commit)
	from  https://github.com/Gnucash/gnucash/commit/806be3e1 (commit)



commit a0a69327640083933a94983bc1ab3d9db673b2fe
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 21 09:13:43 2016 -0700

    Revert "temporarily disable pre-logging messages."
    
    This reverts commit 9cafc266418a8c7506ae43ac949e1f4fc38c61b0.
    I didn't mean to push it in the first place.

diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c
index 69f613a..e50be05 100644
--- a/src/bin/gnucash-bin.c
+++ b/src/bin/gnucash-bin.c
@@ -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();
 



Summary of changes:
 src/bin/gnucash-bin.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list