fix use statements for FS::UI::Web. not "use"ing modules in the actual modules you...
[freeside.git] / FS / bin / freeside-queued
index d16513b..93d735d 100644 (file)
@@ -41,7 +41,7 @@ while ( $@ ) {
   }
 }
 
-logfile( "%%%FREESIDE_CONF%%%/queuelog.". $FS::UID::datasrc );
+logfile( "%%%FREESIDE_LOG%%%/queuelog.". $FS::UID::datasrc );
 
 warn "completing daemonization (detaching))\n" if $DEBUG;
 daemonize2();