summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/ipcam_motion_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipcam_motion_worker.sh b/tools/ipcam_motion_worker.sh
index f7d968c..e407f51 100755
--- a/tools/ipcam_motion_worker.sh
+++ b/tools/ipcam_motion_worker.sh
@@ -173,7 +173,7 @@ do_motion() {
done < <(cat "$roi_file")
fi
- debug "do_motion: finished in $(time_elapsed)"
+ debug "do_motion: finished in $(time_elapsed)s"
timecodes="$(echo "${timecodes[@]}" | sed 's/ */ /g' | xargs)"
timecodes="${timecodes// /,}"