diff options
author | Dan Klein <danklei@cisco.com> | 2015-10-12 09:55:43 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-10-12 09:55:43 +0300 |
commit | 0951a3e74be22db8726781aae98531668d946656 (patch) | |
tree | a1588d20c77017f46a3b13dfa82a154f074bb042 /scripts/automation/trex_control_plane/server | |
parent | e6bf849809c1ff84eb887973576611f2457774eb (diff) |
merged with master
Diffstat (limited to 'scripts/automation/trex_control_plane/server')
-rwxr-xr-x | scripts/automation/trex_control_plane/server/trex_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/server/trex_server.py b/scripts/automation/trex_control_plane/server/trex_server.py index 1e5098fb..fd39b9c4 100755 --- a/scripts/automation/trex_control_plane/server/trex_server.py +++ b/scripts/automation/trex_control_plane/server/trex_server.py @@ -318,7 +318,7 @@ class CTRexServer(object): io = iom, export = export_path ) - logger.info("T-REX FULL COMMAND: {command}".format(command = cmd) ) + logger.info("TREX FULL COMMAND: {command}".format(command = cmd) ) return (cmd, export_path, long(d)) |