1
0
Fork 0
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:
Knut Ahlers 2016-05-23 10:41:49 +02:00
parent d0dd99931e
commit 8b688b60cd
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -105,7 +105,7 @@ func main() {
}
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 {
logf("Could not aquire lock: %s", err)