SICS-754 Use "clientput" instead of "puts stdout" in non-generated drivers
This commit is contained in:
@@ -776,7 +776,7 @@ proc add_watlow_st {name IP port dev_id {_tol 5.0} {CID 1} {CTYPE T}} {
|
||||
close $fd
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_watlow_st4.tcl"
|
||||
clientput "file evaluation of sct_watlow_st4.tcl"
|
||||
set fd [open "../log/watlow_st.log" w]
|
||||
puts $fd "file evaluation of sct_watlow_st4.tcl"
|
||||
close $fd
|
||||
@@ -799,7 +799,7 @@ if {[ catch {
|
||||
}
|
||||
}
|
||||
} message ]} {
|
||||
puts "ERROR: $message"
|
||||
clientput "ERROR: $message"
|
||||
}
|
||||
|
||||
namespace import ::scobj::watlow_st::*
|
||||
|
||||
Reference in New Issue
Block a user