changeset 2644:a869b5b6ce2a

Also print location key errors to stderr.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Feb 2024 21:17:08 +0200
parents 7fb4ae35d948
children 729132bc459b
files old/mapref.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/old/mapref.pl	Sun Feb 18 19:04:39 2024 +0200
+++ b/old/mapref.pl	Sun Feb 18 21:17:08 2024 +0200
@@ -113,6 +113,7 @@
       else
       {
         print "# Location key '".$key."' on line #".$nline." not defined!\n";
+        print STDERR "# Location key '".$key."' on line #".$nline." not defined!\n";
       }
     }
     else