修改格式化错误

pull/326/head
cuteLittleDevil 1 year ago
parent ee36bd8925
commit ba4aa6650a

@ -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
}

Loading…
Cancel
Save