chore: clarer logs

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2021-05-21 22:13:00 +08:00
parent ffecc1e545
commit 51adecf540

View File

@@ -61,7 +61,7 @@ func runRttys(c *cli.Context) {
err := initDb(cfg)
if err != nil {
log.Error().Msg(err.Error())
log.Error().Msg("Init database fail:" + err.Error())
return
}