#834 closed defect (fixed)
bug in RemoteTOL / Tolbase
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | RMTPS | Version: | |
Severity: | blocker | Keywords: | |
Cc: |
Description
When running the following code from Tolbase and error is raised. If executed in tolsh then the result is as expected.
Text host = "192.168.191.252";
Real port = 6668;
Text project = "";
Set tolargs = [[ Text expr = "WriteLn(\"Hola mundo\")" ? ]];
Set remote_args = project, tolargs ?;
Real pid = RemoteTOL( host, port, remote_args );
WriteLn( "RemoteTOL = " << FormatReal( pid, "%.0f" ) );
ERROR: [1] RemoteTOL: wrong # args: should be "::tlogger::log l msg"
[Call stack]
[1] Real RemoteTOL (Text Host, Real Port, Set Args)
RemoteTOL = 0
Change History (3)
comment:1 Changed 15 years ago by
Status: | new → accepted |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
(In [1933]) fixes #834 tlogger::log wrapper should receive 3 arguments