diff options
Diffstat (limited to 'src/rpc-server')
-rw-r--r-- | src/rpc-server/commands/trex_rpc_cmd_general.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc-server/commands/trex_rpc_cmd_general.cpp b/src/rpc-server/commands/trex_rpc_cmd_general.cpp index c3fba8e1..080856c2 100644 --- a/src/rpc-server/commands/trex_rpc_cmd_general.cpp +++ b/src/rpc-server/commands/trex_rpc_cmd_general.cpp @@ -111,7 +111,7 @@ TrexRpcCmdShutdown::_run(const Json::Value ¶ms, Json::Value &result) { } /* signal that we got a shutdown request */ - get_stateless_obj()->get_platform_api()->mark_for_shutdown("server received RPC 'shutdown' request"); + get_stateless_obj()->get_platform_api()->mark_for_shutdown(); result["result"] = Json::objectValue; return (TREX_RPC_CMD_OK); |