Commit 3efcc2a5 authored by Aurel's avatar Aurel

we can receive status messages when initialising if auth failed

parent 4cfdd624
......@@ -321,7 +321,7 @@ class SynchronizationTool(BaseTool):
if len(database_alert_list):
# We are initializing the synchronization
if subscriber and subscriber.getSynchronizationState() not in \
("not_running", "finished"):
("not_running", "initializing", "finished"):
syncml_logger.error(
'Trying to start a synchronization on server side : %s although synchronisation is already running'
% (subscriber.getPath(),))
......
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