Removed debug log line
This commit is contained in:
parent
e850f8f792
commit
22bd6181f1
|
@ -7,7 +7,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
|||
AUTHOR="(C) 2013-2019 by Orsiris de Jong"
|
||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||
PROGRAM_VERSION=1.3.0-pre-rc1
|
||||
PROGRAM_BUILD=2019011201
|
||||
PROGRAM_BUILD=2019011202
|
||||
IS_STABLE=no
|
||||
|
||||
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
||||
|
@ -2687,8 +2687,6 @@ function Init {
|
|||
TARGET_BACKUP=""
|
||||
fi
|
||||
|
||||
Logger "Initiator_backup = $INITIATOR_BACKUP" "ERROR"
|
||||
|
||||
SYNC_ACTION=(
|
||||
'replica-tree'
|
||||
'deleted-list'
|
||||
|
|
Loading…
Reference in New Issue