diff options
author | Micah Anderson <micah@riseup.net> | 2012-06-11 10:02:34 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-11 10:02:34 -0400 |
commit | f8e69f738e6887fcc3f2eaf203c123a10534a0c0 (patch) | |
tree | 7c2fd7637c2a36c3d312df78a760c89318066881 /src | |
parent | 79916c4c20af65063f280641f48d1f3c64a63171 (diff) | |
parent | 7af82be3ecf950fd19190d06fb9ad0f3f0aca97a (diff) | |
download | backupninja-f8e69f738e6887fcc3f2eaf203c123a10534a0c0.tar.gz backupninja-f8e69f738e6887fcc3f2eaf203c123a10534a0c0.tar.bz2 |
Merge branch 'master' of labs.riseup.net:backupninja
Diffstat (limited to 'src')
-rwxr-xr-x | src/backupninja.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backupninja.in b/src/backupninja.in index 0400828..0f74906 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -349,7 +349,7 @@ function process_action() { else # a backup is probably ongoing already, so display an error message - debug "failed to acquire lock" + debug "failed to acquire lock $lockfile" echo "Fatal: Could not acquire lock $lockfile. A backup is probably already running for $file." >>$bufferfile fi } 200> $lockfile |