Skip to content

Commit 181a64f

Browse files
committed
add quotes
1 parent 62cf888 commit 181a64f

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/search

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/search/Results.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ private static void printPlain(PrintPlainFinalArgs fargs, Document doc,
308308
fargs.xrefPrefix, fargs.morePrefix, rpath, tags, true,
309309
isDefSearch, null, scopes);
310310
} catch (IOException ex) {
311-
String errMsg = String.format("No context for %s", sourceFile);
311+
String errMsg = String.format("No context for '%s'", sourceFile);
312312
if (LOGGER.isLoggable(Level.FINE)) {
313313
// WARNING but with FINE detail
314314
LOGGER.log(Level.WARNING, errMsg, ex);

0 commit comments

Comments
 (0)