mirror of
https://github.com/restic/restic.git
synced 2026-06-24 01:24:19 +00:00
Add space in error message (#5704)
This commit is contained in:
committed by
GitHub
parent
7077500a3b
commit
66d915ef79
+1
-1
@@ -210,7 +210,7 @@ func main() {
|
||||
exitMessage = fmt.Sprintf("%+v", err)
|
||||
|
||||
if logBuffer.Len() > 0 {
|
||||
exitMessage += "also, the following messages were logged by a library:\n"
|
||||
exitMessage += " also, the following messages were logged by a library:\n"
|
||||
sc := bufio.NewScanner(logBuffer)
|
||||
for sc.Scan() {
|
||||
exitMessage += fmt.Sprintln(sc.Text())
|
||||
|
||||
Reference in New Issue
Block a user