SICS-754 Use "clientput" instead of "puts stdout" in non-generated drivers

This commit is contained in:
Douglas Clowes
2014-06-26 14:08:20 +10:00
parent fe3489b61f
commit 8bf1764dd9
15 changed files with 21 additions and 21 deletions

View File

@@ -361,7 +361,7 @@ proc add_et2000 {name IP port dev_id {_tol 5.0} {CID 1} {CTYPE T}} {
close $fd
}
puts stdout "file evaluation of sct_eurotherm_2000.tcl"
clientput "file evaluation of sct_eurotherm_2000.tcl"
set fd [open "../log/et2000.log" w]
puts $fd "file evaluation of sct_eurotherm_2000.tcl"
close $fd
@@ -384,7 +384,7 @@ if {[ catch {
}
}
} message ]} {
puts "ERROR: $message"
clientput "ERROR: $message"
}
namespace import ::scobj::et2000::*