[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4490] branches/1.3



Revision: 4490
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4490&view=rev
Author:   einhverfr
Date:     2012-03-16 23:50:21 +0000 (Fri, 16 Mar 2012)
Log Message:
-----------
Correcting warnings about log initialization missing (Andres B)

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/lsmb-request.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-03-16 23:44:44 UTC (rev 4489)
+++ branches/1.3/Changelog	2012-03-16 23:50:21 UTC (rev 4490)
@@ -12,6 +12,8 @@
 * Added default to country for initial setup (Chris T, bug 3496967)
 * Added recon data to COA files for a few extra locales (Chris T bug 3505102)
 * Clarified error message when contrib scripts not found (Chris T)
+* Corrected warnings for missin glog initalization (Andres B)
+* XAL and ODS buttons are now disabled if prereqs are missing (Erik H)
 
 Andres B is Andres Basile
 

Modified: branches/1.3/lsmb-request.pl
===================================================================
--- branches/1.3/lsmb-request.pl	2012-03-16 23:44:44 UTC (rev 4489)
+++ branches/1.3/lsmb-request.pl	2012-03-16 23:50:21 UTC (rev 4490)
@@ -37,7 +37,7 @@
 use strict;
 
 my $logger = Log::Log4perl->get_logger('LedgerSMB::Handler');
-
+Log::Log4perl::init(\$LedgerSMB::Sysconfig::log4perl_config);
 $logger->debug("Begin");
 
 # for custom preprocessing logic

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.