Skip to content

Commit 1a30e6d

Browse files
committed
quote path in log entry
1 parent 42d675e commit 1a30e6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-web/src/main/webapp/history.jsp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ org.opengrok.indexer.web.Util"
7575
try {
7676
primePath = searchHelper.getPrimeRelativePath(project.getName(), path);
7777
} catch (IOException | ForbiddenSymlinkException ex) {
78-
LOGGER.log(Level.WARNING, String.format(
79-
"Error getting prime relative for %s", path), ex);
78+
LOGGER.log(Level.WARNING, String.format("Error getting prime relative for '%s'", path), ex);
8079
}
8180
}
8281

0 commit comments

Comments
 (0)