# HG changeset patch # User Matti Hamalainen # Date 1483651006 -7200 # Node ID 799320c3386e8f3aac0338d0bdd9645fbde46cc1 # Parent dbf1d58915f834479d569cee62a15dbdea900b70 Change "Station ID #" not defined?" to a debug message. diff -r dbf1d58915f8 -r 799320c3386e fetch_weather.pl --- a/fetch_weather.pl Thu Jan 05 23:15:54 2017 +0200 +++ b/fetch_weather.pl Thu Jan 05 23:16:46 2017 +0200 @@ -389,7 +389,7 @@ } else { - print STDERR "Station ID #".$wid." not defined?\n"; + print STDERR "Station ID #".$wid." not defined?\n" if (opt_get_int("debug") > 0); } } print STDERR $nrecords." records from Tiehallinto.\n" if (opt_get_int("debug") > 0);