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