Skip to content
Snippets Groups Projects
Commit cecaabf5 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor fix for logging

parent de1ec465
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ class core:
if (rsp.find(expect) == -1):
return 'OK'
else:
print "command = " + cmd + "expect = " + expect + "rsp = " + rsp
print "command = " + command + "expect = " + expect + "rsp = " + rsp
raise log.err(self.failed(command, expect,debug))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment