about summary refs log tree commit diff stats
path: root/pyxis.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pyxis.pl')
-rwxr-xr-xpyxis.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyxis.pl b/pyxis.pl
index 7aedba0..976ad2e 100755
--- a/pyxis.pl
+++ b/pyxis.pl
@@ -80,7 +80,7 @@ my %dispatch = (
 
         foreach my $feed (@feeds) {
             # Skip if feed file doesn't exist.
-            say "pyxis: unknown feed `$feed'"
+            warn "pyxis: unknown feed `$feed'\n"
                 and next
                 unless -e $feed;