expects the 'interfaces' key in GetSlivers - review logs to always mention module
[nodemanager.git] / plcapi.py
index 4e6daaa..a2d31cb 100644 (file)
--- a/plcapi.py
+++ b/plcapi.py
@@ -56,7 +56,7 @@ class PLCAPI:
             try: 
                 authstatus = self.AuthCheck()
             except: 
-                logger.log_exc("failed in plcapi.check_authentication")
+                logger.log_exc("plcapi: failed in plcapi.check_authentication")
         return authstatus