From 544158b1b52bd18b9942b122ce804f59cc929e25 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 7 Jul 2009 22:00:38 +0000 Subject: [PATCH] as a plugin, be more verbose about when they are started --- plugins/codemux.py | 2 +- plugins/vsys.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/codemux.py b/plugins/codemux.py index 1f8d4b1..b367b58 100644 --- a/plugins/codemux.py +++ b/plugins/codemux.py @@ -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): """ diff --git a/plugins/vsys.py b/plugins/vsys.py index 3effa58..a2bc2bb 100644 --- a/plugins/vsys.py +++ b/plugins/vsys.py @@ -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.""" -- 2.43.0