as a plugin, be more verbose about when they are started
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 7 Jul 2009 22:00:38 +0000 (22:00 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 7 Jul 2009 22:00:38 +0000 (22:00 +0000)
plugins/codemux.py
plugins/vsys.py

index 1f8d4b1..b367b58 100644 (file)
@@ -12,7 +12,7 @@ from config import Config
 CODEMUXCONF="/etc/codemux/codemux.conf"
 
 def start(options, conf):
-    pass
+    logger.log("codemux plugin starting up...")
 
 def GetSlivers(plc, data, config):
     """
index 3effa58..a2bc2bb 100644 (file)
@@ -11,7 +11,7 @@ VSYSCONF="/etc/vsys.conf"
 VSYSBKEND="/vsys"
 
 def start(options, conf):
-    pass
+    logger.log("vsys plugin starting up...")
 
 def GetSlivers(plc, data, config=None):
     """For each sliver with the vsys attribute, set the script ACL, create the vsys directory in the slice, and restart vsys."""