mod_pubsub_feeds/mod_pubsub_feeds.lua
changeset 3281 78b11fb291a2
parent 3246 fe4194f10c75
child 3282 958f0b8b502c
--- a/mod_pubsub_feeds/mod_pubsub_feeds.lua	Fri Aug 24 23:59:54 2018 +0200
+++ b/mod_pubsub_feeds/mod_pubsub_feeds.lua	Sat Aug 25 13:59:09 2018 +0200
@@ -160,6 +160,8 @@
 			end
 		elseif code == 304 then
 			item.last_update = time();
+		else
+			module:log("debug", "Unhandled status code %d when fetching %q", code, item.url);
 		end
 	end);
 end