Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Jun 6, 2023
1 parent 62cf888 commit 181a64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ private static void printPlain(PrintPlainFinalArgs fargs, Document doc,
fargs.xrefPrefix, fargs.morePrefix, rpath, tags, true,
isDefSearch, null, scopes);
} catch (IOException ex) {
String errMsg = String.format("No context for %s", sourceFile);
String errMsg = String.format("No context for '%s'", sourceFile);
if (LOGGER.isLoggable(Level.FINE)) {
// WARNING but with FINE detail
LOGGER.log(Level.WARNING, errMsg, ex);
Expand Down

0 comments on commit 181a64f

Please sign in to comment.