Clarified logging output language

This commit is contained in:
Raynor 2022-12-26 17:42:01 +00:00
parent 4c316296a5
commit 1f9d8adc14
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ do
url=`echo $line | jq .url| sed 's/\"//g'`
uri=`echo $line | jq .uri| sed 's/\"//g'`
echo "[INFO] STREAMING from $host $url"
echo "[INFO] Posting $url from $host"
echo $uri >> "/data/$today.uris.txt"
fi
done