From 62676fee40e148e91563b2a31d46db8220e39bbe Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 1 Aug 2016 18:04:35 +0200 Subject: [PATCH] Misc fixes --- dev/n_osync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 3f9c3fb..4143b72 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parallel-unstable -PROGRAM_BUILD=2016072705 +PROGRAM_BUILD=2016080101 IS_STABLE=no source "./ofunctions.sh" @@ -368,10 +368,10 @@ function _WriteLockFilesRemote { eval "$cmd" & WaitForTaskCompletion $! 720 1800 ${FUNCNAME[0]} if [ $? != 0 ]; then - Logger "Could not set lock on remote target replica." "CRITICAL" + Logger "Could not set lock on remote $replica_type replica." "CRITICAL" exit 1 else - Logger "Locked remote target replica." "DEBUG" + Logger "Locked remote $replica_type replica." "DEBUG" LOCK_REMOTE=1 fi }