|
@@ -128,7 +128,7 @@ public class AuxServices extends AbstractService
|
|
|
// TODO better use s.getName()?
|
|
|
if(!sName.equals(s.getName())) {
|
|
|
LOG.warn("The Auxilurary Service named '"+sName+"' in the "
|
|
|
- +"configuration is for class "+sClass+" which has "
|
|
|
+ +"configuration is for "+sClass+" which has "
|
|
|
+"a name of '"+s.getName()+"'. Because these are "
|
|
|
+"not the same tools trying to send ServiceData and read "
|
|
|
+"Service Meta Data may have issues unless the refer to "
|