mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 10:58:27 +00:00
lib/logger: Add missing dots (fixes #5073)
This commit is contained in:
parent
a4415bce10
commit
3d8344003e
@ -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...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user