diff --git a/opentrafficshaper/plugins/configmanager.pm b/opentrafficshaper/plugins/configmanager.pm index 82c2fd01bcbb5dacfcc84fc1883f440c06584f8a..560cf95259d62f8052d1c8500f933f512748ec39 100644 --- a/opentrafficshaper/plugins/configmanager.pm +++ b/opentrafficshaper/plugins/configmanager.pm @@ -1711,7 +1711,10 @@ sub createPool } } if ($isInvalid) { - $logger->log(LOG_WARN,"[CONFIGMANAGER] Cannot process pool add as there is an attribute missing: '%s'",$isInvalid); + $logger->log(LOG_WARN,"[CONFIGMANAGER] Cannot process pool add for '%s' as there is an attribute missing: '%s'", + prettyUndef($poolData->{'Name'}), + $isInvalid + ); return; }