Skip to content

Commit bf9bbee

Browse files
JanCahawonder-sk
authored andcommitted
only log error but let the daemon continue
1 parent 6b1faaf commit bf9bbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbsync_daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def main():
170170
mc = dbsync.create_mergin_client()
171171

172172
except dbsync.DbSyncError as e:
173-
handle_error_and_exit(e)
173+
logging.error(str(e))
174174

175175
logging.debug("Going to sleep")
176176
time.sleep(sleep_time)

0 commit comments

Comments
 (0)