fix #913 improve log message
This commit is contained in:
parent
2746984434
commit
d399c86e66
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class GoAction extends FessSearchAction {
|
|||
}
|
||||
return response;
|
||||
} catch (final Exception e) {
|
||||
logger.debug("Failed to load: " + doc, e);
|
||||
logger.warn("Failed to load: " + doc, e);
|
||||
saveError(messages -> messages.addErrorsNotLoadFromServer(GLOBAL, targetUrl));
|
||||
return redirect(ErrorAction.class);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue