Skip to content

Commit 8aa6bae

Browse files
committed
update log
1 parent 7daa3d6 commit 8aa6bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bot/bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func InitLog(cli *client.QQClient) {
2222
log.Info("MiraiGo -> " + e.Message)
2323
case "ERROR":
2424
log.Error("MiraiGo -> " + e.Message)
25-
log.Errorf("%+v", string(debug.Stack()))
25+
log.Debugf("%+v", string(debug.Stack()))
2626
case "DEBUG":
2727
log.Debug("MiraiGo -> " + e.Message)
2828
}

0 commit comments

Comments
 (0)