mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-506: Adding noderef to the debug message
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ public class ExplicitRouter implements DocRouter {
|
||||
{
|
||||
if (log.isDebugEnabled())
|
||||
{
|
||||
log.debug("EXPLICIT_ID routing specified but failed to parse a shard property value of "+shardBy);
|
||||
log.debug("EXPLICIT_ID routing specified but failed to parse a shard property value of "+shardBy+" for node "+node.getNodeRef());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,7 @@ public class ExplicitRouter implements DocRouter {
|
||||
{
|
||||
if (log.isDebugEnabled())
|
||||
{
|
||||
log.debug("EXPLICIT_ID routing specified but no shard id property found ");
|
||||
log.debug("EXPLICIT_ID routing specified but no shard id property found for node "+node.getNodeRef());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user