fixed broken slice-creation
[nodemanager.git] / plcapi.py
index 0da084e..4e6daaa 100644 (file)
--- a/plcapi.py
+++ b/plcapi.py
@@ -56,7 +56,7 @@ class PLCAPI:
             try: 
                 authstatus = self.AuthCheck()
             except: 
-                logger.log_exc()
+                logger.log_exc("failed in plcapi.check_authentication")
         return authstatus