Skip to content
Snippets Groups Projects
Commit d1aa7bba authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #10057: logging of mom url

parent 0636e0d2
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class MoMClient:
self.__logged_in = True
except Exception as e:
raise Exception("Logging into MoM failed: " + str(e))
raise Exception("Logging into MoM on %s failed: %s" % (self.__momURLlogin, str(e)))
def __logout(self):
try:
......
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