Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / lib / ssh_lib.robot
index 8be049e..3e3c00b 100644 (file)
@@ -71,8 +71,8 @@ Execute Remote Command Check Rc Return Output
     Run Keyword If   '${password}'!='${EMPTY}'   Login   ${username}   ${password}
     ...   ELSE   Login With Public Key   ${username}   ${privatekey}
     ${stdout}   ${rc}=   Execute Command   ${command}   return_rc=True   return_stdout=True
-    log   ${rc}
-    log   ${stdout}
+    Log   ${rc}
+    Log   ${stdout}
     Close All Connections
     Should Be Equal As Integers   ${rc}   0
     [Return]   ${stdout}