comparison weather.tcl @ 595:7f7d8048ecb5

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Feb 2021 11:05:59 +0200
parents b07ff5123baf
children 90da5691cc81
comparison
equal deleted inserted replaced
594:a488be0f45e0 595:7f7d8048ecb5
31 #------------------------------------------------------------------------- 31 #-------------------------------------------------------------------------
32 ### Utility functions 32 ### Utility functions
33 proc weather_log {umsg} { 33 proc weather_log {umsg} {
34 global weather_log_enable weather_name 34 global weather_log_enable weather_name
35 if {$weather_log_enable != 0} { 35 if {$weather_log_enable != 0} {
36 putlog "$weather_name: $umsg" 36 putlog "${weather_name}: $umsg"
37 } 37 }
38 } 38 }
39 39
40 40
41 proc weather_qm {uid} { 41 proc weather_qm {uid} {