Skip to content

Commit

Permalink
Add fix for adept error from mutability/piaware
Browse files Browse the repository at this point in the history
  • Loading branch information
anish committed Apr 24, 2015
1 parent 9e854fb commit baae92a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions programs/piaware/helpers.tcl
Expand Up @@ -12,6 +12,10 @@ package require tls
proc logger {text} {
#::bsd::syslog log info $text
log_locally $text
if {[llength [info commands "adept"]] < 1} {
# adept client has not yet loaded
return 0
}
adept send_log_message $text
}

Expand Down

0 comments on commit baae92a

Please sign in to comment.