REFACTOR: Refactored comment (L#71)

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel 2021-12-17 21:00:05 +01:00
parent 70898550fe
commit 1b89b86545
No known key found for this signature in database
GPG Key ID: F465B83ACBA45639

View File

@ -68,7 +68,7 @@ function log_output {
log_msg "${prefix}: ${line}"
fi
if [ -n "${line}" ]; then
# sed is needed to prettify ustreamers output
# needed to prettify ustreamers output
echo "${line//^--/ustreamer}" | logger -t webcamd
fi
done