mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Merge pull request #1337 from nbarithel/fix-logs-typo
MNT-22818 Minor typo fixes in Search Services logging (cherry picked from commit 48abd7d8b8b7428c15fcc4c24c510a8767d444a0)
This commit is contained in:
@@ -2059,7 +2059,7 @@ public class SolrInformationServer implements InformationServer
|
||||
if (nodesMetaDataFromRepository.isEmpty())
|
||||
{
|
||||
// Using exception for flow handling to jump to single node processing.
|
||||
throw new Exception("Error loading node metadata from repository for bulk delete.");
|
||||
throw new Exception("Error loading node metadata from repository for bulk update.");
|
||||
}
|
||||
|
||||
NEXT_NODE:
|
||||
|
@@ -492,7 +492,7 @@ public class SOLRAPIClient
|
||||
{
|
||||
String message = "Received a malformed JSON payload. Request was \"" +
|
||||
req.getFullUri() +
|
||||
"Data: "
|
||||
"\" Data: "
|
||||
+ ofNullable(reader)
|
||||
.map(LookAheadBufferedReader::lookAheadAndGetBufferedContent)
|
||||
.orElse("Not available");
|
||||
@@ -1156,7 +1156,7 @@ public class SOLRAPIClient
|
||||
{
|
||||
String message = "Received a malformed JSON payload. Request was \"" +
|
||||
get.getFullUri() +
|
||||
"Data: "
|
||||
"\" Data: "
|
||||
+ ofNullable(reader)
|
||||
.map(LookAheadBufferedReader::lookAheadAndGetBufferedContent)
|
||||
.orElse("Not available");
|
||||
@@ -1214,7 +1214,7 @@ public class SOLRAPIClient
|
||||
{
|
||||
String message = "Received a malformed JSON payload. Request was \"" +
|
||||
get.getFullUri() +
|
||||
"Data: "
|
||||
"\" Data: "
|
||||
+ ofNullable(reader)
|
||||
.map(LookAheadBufferedReader::lookAheadAndGetBufferedContent)
|
||||
.orElse("Not available");
|
||||
@@ -1609,7 +1609,7 @@ public class SOLRAPIClient
|
||||
{
|
||||
String message = "Received a malformed JSON payload. Request was \"" +
|
||||
req.getFullUri() +
|
||||
"Data: "
|
||||
"\" Data: "
|
||||
+ ofNullable(reader)
|
||||
.map(LookAheadBufferedReader::lookAheadAndGetBufferedContent)
|
||||
.orElse("Not available");
|
||||
|
Reference in New Issue
Block a user