diff options
| -rw-r--r-- | autosync/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"): |
