mirror of
https://github.com/restic/restic.git
synced 2025-08-25 19:37:35 +00:00
debug: remove extra space between filename and line
This commit is contained in:
@@ -121,7 +121,7 @@ func getPosition() string {
|
||||
|
||||
goroutine := goroutineNum()
|
||||
|
||||
return fmt.Sprintf("%3d %s:%3d", goroutine, filepath.Base(file), line)
|
||||
return fmt.Sprintf("%3d %s:%d", goroutine, filepath.Base(file), line)
|
||||
}
|
||||
|
||||
var maxTagLen = 10
|
||||
|
Reference in New Issue
Block a user