Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
101c928
)
cleanup
author
Hanoh Haim
<
[email protected]
>
Tue, 16 Feb 2016 08:37:17 +0000
(10:37 +0200)
committer
Hanoh Haim
<
[email protected]
>
Tue, 16 Feb 2016 08:37:17 +0000
(10:37 +0200)
src/rpc-server/commands/trex_rpc_cmd_stream.cpp
patch
|
blob
|
history
diff --git
a/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
b/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
index
918ff99
..
0f74e19
100644
(file)
--- a/
src/rpc-server/commands/trex_rpc_cmd_stream.cpp
+++ b/
src/rpc-server/commands/trex_rpc_cmd_stream.cpp
@@
-61,7
+61,6
@@
TrexRpcCmdAddStream::_run(const Json::Value ¶ms, Json::Value &result) {
if (cnt<0 || cnt >= UINT16_MAX) {
std::stringstream ss;
ss << "bad action_count provided: should be between " << 0 << " and " << UINT16_MAX;
- printf(" %s \n",ss.str().c_str());
delete stream;
generate_execute_err(result, ss.str());
}