This commit is contained in:
Saxon1 2018-04-26 15:54:54 +09:30
parent 8280d8a096
commit 7a8a69d699
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ func main() {
config.IntraRefreshPeriod = *configFlags[intraRefreshPeriodPtr]
// Also give the config a logger object
// config.Logger = smartLogger.New(loggerVerbosity, smartLogger.White)
config.Logger = smartLogger.New(loggerVerbosity, smartLogger.White)
time.Sleep(time.Duration(prepTime) * time.Second)
createRevidInstance()