forked from TrueCloudLab/restic
debug: remove extra space between filename and line
This commit is contained in:
parent
461d54e43c
commit
1365495599
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ func getPosition() string {
|
||||||
|
|
||||||
goroutine := goroutineNum()
|
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
|
var maxTagLen = 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue