From f1883579dfcb256b514defcece7bf88fe65ee659 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 25 Jan 2021 19:29:03 +0100 Subject: sfeed_update: change parse failure error message "(FAIL CONVERT)" -> "(FAIL PARSE)". Convert may be too similar to text encoding conversion. --- sfeed_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfeed_update') diff --git a/sfeed_update b/sfeed_update index ff9a44a..d975518 100755 --- a/sfeed_update +++ b/sfeed_update @@ -122,7 +122,7 @@ feed() { rm -f "${tmpfeedfile}.fetch" if ! parse "${name}" "${feedurl}" "${basesiteurl}" < "${tmpfeedfile}.utf8" > "${tmpfeedfile}.tsv"; then - log "${name}" "FAIL (CONVERT)" + log "${name}" "FAIL (PARSE)" return fi rm -f "${tmpfeedfile}.utf8" -- cgit v1.2.3