[Slim-Checkins] r11777 - /trunk/server/Slim/Utils/Log.pm
robin at svn.slimdevices.com
robin at svn.slimdevices.com
Tue Apr 17 14:58:07 PDT 2007
Author: robin
Date: Tue Apr 17 14:58:07 2007
New Revision: 11777
URL: http://svn.slimdevices.com?rev=11777&view=rev
Log:
Remove spurious ;
Modified:
trunk/server/Slim/Utils/Log.pm
Modified: trunk/server/Slim/Utils/Log.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Log.pm?rev=11777&r1=11776&r2=11777&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Log.pm (original)
+++ trunk/server/Slim/Utils/Log.pm Tue Apr 17 14:58:07 2007
@@ -627,7 +627,7 @@
sub defaultConfigFile {
my $class = shift;
- my $dir = $logDir || Slim::Utils::OSDetect::dirsFor('log');;
+ my $dir = $logDir || Slim::Utils::OSDetect::dirsFor('log');
if (defined $dir && -d $dir) {
More information about the checkins
mailing list