changeset 567:601ef87a1c42

weather: Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Jul 2020 18:26:28 +0300
parents 4cd72a178cbf
children 1ef78f020573
files weather.tcl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/weather.tcl	Sat Jul 11 22:40:59 2020 +0300
+++ b/weather.tcl	Tue Jul 21 18:26:28 2020 +0300
@@ -80,7 +80,7 @@
     }
     close $ufile
   } else {
-    weather_log "Could not open data file: $uerrmsg"
+    weather_log "Could not open data file: ${uerrmsg}"
   }
 }
 
@@ -94,7 +94,7 @@
     }
     close $ufile
   } else {
-    weather_log "Could not open data file: $uerrmsg"
+    weather_log "Could not open data file: ${uerrmsg}"
   }
 }
 
@@ -158,7 +158,7 @@
       set weather_data(w_max) 0
     }
   } else {
-    weather_log "Could not open data file: $uerrmsg"
+    weather_log "Could not open data file: ${uerrmsg}"
   }
 }