Skip to content

Commit 1e66100

Browse files
author
Vladimir Kotal
authored
use WARNING log level to report failure to get partial history
1 parent 8ee81fe commit 1e66100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/history/Repository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ final void createCache(HistoryCache cache, String sinceRevision)
338338
// by changes in the revision numbers since the last update
339339
// (bug #14724) so we'll try to regenerate the cache from
340340
// scratch instead.
341-
LOGGER.log(Level.INFO,
341+
LOGGER.log(Level.WARNING,
342342
"Failed to get partial history. Attempting to "
343343
+ "recreate the history cache from scratch.", he);
344344
history = null;

0 commit comments

Comments
 (0)