Skip to content

Commit 4af6989

Browse files
committed
log: m rmv extra :
1 parent 7f09de5 commit 4af6989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/log/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ func (l *simpleLogger) writelog(lvl LogLevel, at int, msg string, args ...any) {
569569
_, z := caller1(at+nextframe+1, ">>")
570570
trace += z
571571
}
572-
msg = l.msgstr(lvl, trace+file1+": "+msg, args...)
572+
msg = l.msgstr(lvl, trace+file1+msg, args...)
573573
if ll {
574574
// go's internal logger grabs mutex before every write
575575
l.out(msg)

0 commit comments

Comments
 (0)