mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-09 22:32:41 +02:00
Fix typo
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ module Crono
|
|||||||
|
|
||||||
def setup_log
|
def setup_log
|
||||||
if config.daemonize
|
if config.daemonize
|
||||||
self.logifile = config.logfile
|
self.logfile = config.logfile
|
||||||
daemonize
|
daemonize
|
||||||
else
|
else
|
||||||
self.logfile = STDOUT
|
self.logfile = STDOUT
|
||||||
|
|||||||
Reference in New Issue
Block a user