# HG changeset patch # User Matti Hamalainen # Date 1594162058 -10800 # Node ID 21aee5c2835c3efcb1a36a6c759b4f2589b84616 # Parent 7d5d97dfc6ad94a4b4bf67b9450574713026fe04 weather: Adjust messages. diff -r 7d5d97dfc6ad -r 21aee5c2835c weather.tcl --- a/weather.tcl Wed Jul 08 01:42:40 2020 +0300 +++ b/weather.tcl Wed Jul 08 01:47:38 2020 +0300 @@ -303,14 +303,14 @@ set weather_last -1 } -weather_log "Loading aliases." +putlog " - Loading aliases." weather_load_aliases if {$weather_last < 0 || $weather_last > [expr $weather_check_period * 60]} { - weather_log "Starting weather update timer." + putlog " - Starting weather update timer." weather_exec } else { - weather_log "Continuing weather updates." + putlog " - Continuing weather updates." weather_update }