logs for when PLC is unreachable
[nodemanager.git] / plugins / specialaccounts.py
index 545910f..cef877e 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/python -tt
 # vim:set ts=4 sw=4 expandtab:
+#
+# $Id$
+# $URL$
+#
 # NodeManager plugin to create special accounts
 
 """
@@ -23,7 +27,7 @@ def start(options, conf):
 
 def GetSlivers(data, conf = None, plc = None):
     if 'accounts' not in data: 
-        logger.log("specialaccounts: No account information found.  DISABLED!")
+        logger.log_missing_data("specialaccounts.GetSlivers",'accounts')
         return
 
     for account in data['accounts']: