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 75a40a9..954cd0b 100644
--- a/live-mogrify.py
+++ b/live-mogrify.py
@@ -361,6 +361,7 @@ def process_live_input(opt, data_opt, rpc_client, model):
cv2.imwrite(tmp_path, next_img)
os.rename(tmp_path, next_path)
+ print("created {}".format(next_path))
if data_opt.pause:
data_opt.pause = False
break