mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-16 08:04:10 +00:00
fix: fix wrong log type
This commit is contained in:
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 {
|
||||||
|
Reference in New Issue
Block a user