From b4e13fe8d91da3c8e4f5b87252ee85c560e48675 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 18 Feb 2011 13:45:36 +0100 Subject: [PATCH] tweak warning message --- plugins/omf_resctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index 9b0efa8..cbea3ac 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -31,7 +31,7 @@ def GetSlivers(data, conf = None, plc = None): except: # disabled feature - bailing out # xxx might need to clean up more deeply.. - logger.log("PLC_OMF_ENABLED is not set -- plugin exiting") + logger.log("PLC config unsufficient (not enabled, or no server set), see the PLC_OMF category -- plugin exiting") return # as hrn is set only at AddNode-time, upgraded myplcs might still miss this -- 2.47.0