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