diff --git a/main.go b/main.go index 1e58e5c..0a38d97 100644 --- a/main.go +++ b/main.go @@ -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)