Defined new config in revidCLI.go, if using netsender it will be overwritten

This commit is contained in:
Saxon1 2018-05-06 18:09:28 +09:30
parent 99515edee5
commit 7face93de4
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,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)
//init netsender
if *netSenderFlagPtr {