mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-08 15:10:06 +00:00
Fix: Newline makes no sense in formatted line
This commit is contained in:
parent
d0dd99931e
commit
8b688b60cd
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -105,7 +105,7 @@ func main() {
|
||||||
}
|
}
|
||||||
defer logFile.Close()
|
defer logFile.Close()
|
||||||
|
|
||||||
logf("\n++++ duplicity-backup %s started with command '%s'", version, argv[1])
|
logf("++++ duplicity-backup %s started with command '%s'", version, argv[1])
|
||||||
|
|
||||||
if err := lock.TryLock(); err != nil {
|
if err := lock.TryLock(); err != nil {
|
||||||
logf("Could not aquire lock: %s", err)
|
logf("Could not aquire lock: %s", err)
|
||||||
|
|
Loading…
Reference in a new issue