Skip to content

Commit 64d011e

Browse files
committed
more quotes
1 parent 387d2d0 commit 64d011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerGuru.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ private static AnalyzerFactory findForStream(InputStream in,
984984
if (fac != null) {
985985
if (LOGGER.isLoggable(Level.FINEST)) {
986986
LOGGER.log(Level.FINEST,
987-
"{0}: chosen by precise magic: {1}",
987+
"''{0}'': chosen by precise magic: {1}",
988988
new Object[]{file, fac.getClass().getSimpleName()});
989989
}
990990
return fac;

0 commit comments

Comments
 (0)