From d7355c7c30428d057ce8ceb79556269e7c51c531 Mon Sep 17 00:00:00 2001 From: Elisa Sohier Date: Tue, 19 Nov 2019 09:47:36 +0100 Subject: Fixed bug on log error --- autosync/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autosync/__init__.py') diff --git a/autosync/__init__.py b/autosync/__init__.py index 039baa1..b1c695e 100644 --- a/autosync/__init__.py +++ b/autosync/__init__.py @@ -167,7 +167,7 @@ def run(): with open(os.path.join(src, ".lastsync"), "w") as f: f.write(str(time.time())) if status != 0 and status is not None: - log(4, "Error while syncing target {} @ {}, aborting".format(name, tabname)) + log(4, "sync {}@{}".format(name, tabname), "Error while syncing target, aborting") return if os.path.exists("/tmp/source.ts"): -- cgit v1.2.3