summaryrefslogtreecommitdiff
path: root/lib/Feed/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Feed/Utils.pm')
-rw-r--r--lib/Feed/Utils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Feed/Utils.pm b/lib/Feed/Utils.pm
index 60ea383..48a4dc9 100644
--- a/lib/Feed/Utils.pm
+++ b/lib/Feed/Utils.pm
@@ -69,6 +69,8 @@ sub feeds_from_opml {
} catch { warn $_; return };
return unless $opml;
+ Log::Log4perl::MDC->put( opml => "$opml_source" );
+
my @exclude = @{$opts->{exclude} // []};
for my $feed_node ($opml->findnodes(q{/opml/body/outline[@xmlUrl != '']})) {