diff weather.tcl @ 595:7f7d8048ecb5

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Feb 2021 11:05:59 +0200
parents b07ff5123baf
children 90da5691cc81
line wrap: on
line diff
--- a/weather.tcl	Thu Jan 28 12:47:20 2021 +0200
+++ b/weather.tcl	Wed Feb 03 11:05:59 2021 +0200
@@ -33,7 +33,7 @@
 proc weather_log {umsg} {
   global weather_log_enable weather_name
   if {$weather_log_enable != 0} {
-    putlog "$weather_name: $umsg"
+    putlog "${weather_name}: $umsg"
   }
 }