SICS-754 Use "clientput" instead of "puts stdout" in non-generated drivers
This commit is contained in:
@@ -465,7 +465,7 @@ proc add_ls460 {name IP port terminator {_tol 5.0}} {
|
||||
close $fd
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_lakeshore_ls460.tcl"
|
||||
clientput "file evaluation of sct_lakeshore_ls460.tcl"
|
||||
set fd [open "../log/ls460.log" w]
|
||||
puts $fd "file evaluation of sct_lakeshore_ls460.tcl"
|
||||
close $fd
|
||||
|
||||
@@ -756,7 +756,7 @@ proc add_ips120 {name IP port {_tol 5.0}} {
|
||||
close $fd
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_oxford_ips.tcl"
|
||||
clientput "file evaluation of sct_oxford_ips.tcl"
|
||||
set fd [open "../log/ips120.log" w]
|
||||
puts $fd "file evaluation of sct_oxford_ips.tcl"
|
||||
close $fd
|
||||
|
||||
Reference in New Issue
Block a user