changeset 546:21aee5c2835c

weather: Adjust messages.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jul 2020 01:47:38 +0300
parents 7d5d97dfc6ad
children 717a1c84df4c
files weather.tcl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 }