diff options
author | 2015-10-12 09:53:23 +0300 | |
---|---|---|
committer | 2015-10-12 09:53:23 +0300 | |
commit | 7482f09b8a5e8945e8b735233ad8f1674e637aef (patch) | |
tree | a1588d20c77017f46a3b13dfa82a154f074bb042 /scripts/automation/trex_control_plane/server | |
parent | a9ead5815d40dfe42651f6ff2140c94535b6a703 (diff) |
cosmetics
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)) |