Commit 58e8fd10 authored by bescoto's avatar bescoto

strengthened pid error message


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@710 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 3df27278
......@@ -353,7 +353,8 @@ def check_pids(curmir_incs):
pid = extract_pid(curmir_rp)
if pid is not None and pid_running(pid):
log.Log.FatalError(
"""It appears that a previous rdiff-backup session with process id
%d is still running. To proceed with regress, rerun rdiff-backup with the
"""It appears that a previous rdiff-backup session with process
id %d is still running. If two different rdiff-backup processes write
the same repository simultaneously, data corruption will probably
result. To proceed with regress anyway, rerun rdiff-backup with the
--force option.""" % (pid,))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment