fix: fix wrong log type
This commit is contained in:
parent
a873cbd392
commit
129282f4a9
2
main.go
2
main.go
@ -71,7 +71,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
if config.MemoryCacheEnabled {
|
if config.MemoryCacheEnabled {
|
||||||
logger.SysLog("memory cache enabled")
|
logger.SysLog("memory cache enabled")
|
||||||
logger.SysError(fmt.Sprintf("sync frequency: %d seconds", config.SyncFrequency))
|
logger.SysLog(fmt.Sprintf("sync frequency: %d seconds", config.SyncFrequency))
|
||||||
model.InitChannelCache()
|
model.InitChannelCache()
|
||||||
}
|
}
|
||||||
if config.MemoryCacheEnabled {
|
if config.MemoryCacheEnabled {
|
||||||
|
Loading…
Reference in New Issue
Block a user