lib/logger: Add missing dots (fixes #5073)
This commit is contained in:
@@ -106,7 +106,7 @@ func (l *logger) callHandlers(level LogLevel, s string) {
|
||||
|
||||
// Debugln logs a line with a DEBUG prefix.
|
||||
func (l *logger) Debugln(vals ...interface{}) {
|
||||
l.debugln(3, vals)
|
||||
l.debugln(3, vals...)
|
||||
}
|
||||
func (l *logger) debugln(level int, vals ...interface{}) {
|
||||
s := fmt.Sprintln(vals...)
|
||||
|
||||
Reference in New Issue
Block a user