mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-24 17:58:39 +02:00
Fix typo
This commit is contained in:
@@ -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