summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--live-mogrify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py
index 1801b9b..a1836cc 100644
--- a/live-mogrify.py
+++ b/live-mogrify.py
@@ -230,6 +230,7 @@ def process_live_input(opt, data_opt, rpc_client):
cv2.imwrite(tmp_path, next_img)
os.rename(tmp_path, next_path)
+ print('wrote {}'.format(next_path))
if __name__ == '__main__':
listener = Listener()