r22100 - gnucash/trunk/src/bin - Bug #671444: Remove the warning message about binreloc

Christian Stimming cstim at code.gnucash.org
Mon Mar 19 16:48:49 EDT 2012


Author: cstim
Date: 2012-03-19 16:48:48 -0400 (Mon, 19 Mar 2012)
New Revision: 22100
Trac: http://svn.gnucash.org/trac/changeset/22100

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Bug #671444: Remove the warning message about binreloc

Forwarded from debian http://bugs.debian.org/443774

Every time gnucash is started it prints the following message to the console:

 "main: binreloc relocation support was disabled at configure time."

 This unnecessarily worries people who usually take it as warning rather than
 normal informational message.

 It has been reported as especially annoying if gnucash is running
 as cron job because it requires special workaround against sending
 this message over email on each invocation.

 The attached patch suppresses printing the worthless message.

Given the current status of binreloc we're unlikely to use it so there is no
need to remind that it was disabled (which is default).

Thanks.

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2012-03-19 20:48:37 UTC (rev 22099)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2012-03-19 20:48:48 UTC (rev 22100)
@@ -817,8 +817,6 @@
             g_error_free(binreloc_error);
         }
     }
-#else
-    g_message("main: binreloc relocation support was disabled at configure time.\n");
 #endif
 
     /* This should be called before gettext is initialized



More information about the gnucash-changes mailing list