Skip to content

Commit

Permalink
修改格式化错误
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteLittleDevil committed Oct 26, 2023
1 parent ee36bd8 commit ba4aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/base/basic_session_stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func NewBasicSessionStat(sessionType SessionType, remoteAddr string) BasicSessio
s.stat.BaseType = SessionBaseTypeSubStr
s.stat.Protocol = SessionProtocolTsStr
default:
nazalog.Errorf("unknown session type: [d%]", sessionType)
nazalog.Errorf("unknown session type: [%d]", sessionType)
}
return s
}
Expand Down

0 comments on commit ba4aa66

Please sign in to comment.