diff weather.tcl @ 550:85fe3bc36307

Rename *_logmsg settings to *_log_enable.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jul 2020 22:55:56 +0300
parents 028ee7efd4ff
children b6b92f64013c
line wrap: on
line diff
--- a/weather.tcl	Wed Jul 08 17:09:07 2020 +0300
+++ b/weather.tcl	Wed Jul 08 22:55:56 2020 +0300
@@ -34,8 +34,8 @@
 
 #-------------------------------------------------------------------------
 proc weather_log {arg} {
-  global weather_logmsg weather_name
-  if {$weather_logmsg != 0} {
+  global weather_log_enable weather_name
+  if {$weather_log_enable != 0} {
     putlog "$weather_name: $arg"
   }
 }