Skip to content

Commit

Permalink
typo. #9635
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Nov 20, 2023
1 parent 235b1b0 commit ceeeaec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -345,7 +345,7 @@ The real issue here (https://github.com/IQSS/dataverse/issues/7304) is caused
setSolrErrorEncountered(false);

try {
logger.fine"ATTENTION! query from user: " + query);
logger.fine("ATTENTION! query from user: " + query);
logger.fine("ATTENTION! queryToPassToSolr: " + queryToPassToSolr);
logger.fine("ATTENTION! filterQueriesFinal: " + filterQueriesFinal.toString());
logger.fine("ATTENTION! sort by: " + sortField);
Expand Down

0 comments on commit ceeeaec

Please sign in to comment.