aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grs/Interpret.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/grs/Interpret.py b/grs/Interpret.py
index c90a9bd..2bf880c 100644
--- a/grs/Interpret.py
+++ b/grs/Interpret.py
@@ -157,7 +157,7 @@ class Interpret(Daemon):
progress = os.path.join(tmpdir, '.completed_sync')
if not os.path.exists(progress) or self.update_run:
if self.mock_run:
- _lo.log(_line)
+ _lo.log('sync')
else:
_sy.sync()
stampit(progress)
@@ -166,7 +166,7 @@ class Interpret(Daemon):
progress = os.path.join(tmpdir, '.completed_seed')
if not os.path.exists(progress) and not self.update_run:
if self.mock_run:
- _lo.log(_line)
+ _lo.log('seed')
else:
_se.seed()
stampit(progress)