diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
index df78e341f709ea7898c73e753fd7fcc22875b90b..2f959be55cd60eae536126aad6d7b67a5aa8850b 100755
--- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
+++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
@@ -75,7 +75,7 @@ class pppThread (threading.Thread):
 def send_command (cmd, response, timeout):
    count=0
    sleep_duration = 1
-   print 'In function: send_command: cmd ' + cmd + '> response: <' + response + '> \n'
+   print 'In function: send_command: cmd = <' + cmd + '> response: <' + response + '> \n'
    global serial_port, ser
    while count <= timeout:
       try: