From 39486ab6939e9005f9eaf7eb0d7cac30a82ff6ea Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 7 Feb 2008 22:46:24 +0000 Subject: Correctly enable syslog logging in wallet-backend. --- server/wallet-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/wallet-backend b/server/wallet-backend index 4a0b5cf..1a259d5 100755 --- a/server/wallet-backend +++ b/server/wallet-backend @@ -19,7 +19,7 @@ use Wallet::Server; # Set to zero to suppress syslog logging, which is used only for testing. Set # to a reference to a string to append messages to that string instead. our $SYSLOG; -$SYSLOG = 0 unless defined $SYSLOG; +$SYSLOG = 1 unless defined $SYSLOG; ############################################################################## # Logging -- cgit v1.2.3