SF.net SVN: postfixadmin:[442] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-08-06 14:45:07
|
Revision: 442 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=442&view=rev Author: GingerDog Date: 2008-08-06 14:45:17 +0000 (Wed, 06 Aug 2008) Log Message: ----------- vacation.pl: fix for https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2008-08-05 20:57:45 UTC (rev 441) +++ trunk/VIRTUAL_VACATION/vacation.pl 2008-08-06 14:45:17 UTC (rev 442) @@ -167,7 +167,7 @@ filename => $logfile, mode => 'append'); - my $logger = get_logger(); + $logger = get_logger(); $appender->layout($log_layout); $logger->add_appender($appender); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |