summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
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"