Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hvxl/otmonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Sep 27, 2022
2 parents 2cbf0ce + 9ad06ae commit d758d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions otmonitor.vfs/otmonitor.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ proc process {line} {
alert watchdogtimer
} elseif {[scan $line {CS: %f} ctrlsetpt] == 1} {
output "[ts]\t$line"
response $line
after cancel commandexpired
if {$ctrlsetpt != 0.0} {
after 62915 commandexpired
Expand Down
2 changes: 1 addition & 1 deletion otmonitor.vfs/web.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ proc ::wibble::include {name} {
}

proc ::wibble::zone::userinfo {state} {
set details [format "via websocket from %s:%s" \
set details [format "via web API from %s:%s" \
[dict get $state request peerhost] [dict get $state request peerport]]
if {[dict exists $state authentication user]} {
append details ", user: [dict get $state authentication user]"
Expand Down

0 comments on commit d758d19

Please sign in to comment.