Add exception logger

This commit is contained in:
Him188 2020-04-12 20:19:36 +08:00
parent 0ef844f79b
commit c433360d87

View File

@ -93,6 +93,7 @@ internal class ConfigPushSvc {
// use default
bot.network.logger.warning { "Cannot load FileStoragePushFSSvcList, source=${configPush.jcebuf.toUHexString()}" }
bot.network.logger.warning(it)
}
return PushReqResponse.Success(configPush)