mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] replace debug -> warn
This commit is contained in:
@@ -403,10 +403,10 @@ class DetailsPanel extends JPanel implements ListSelectionListener {
|
||||
return parser.getText();
|
||||
}
|
||||
catch (BadLocationException e) {
|
||||
LOG.debug(e);
|
||||
LOG.warn(e);
|
||||
}
|
||||
catch (IOException e) {
|
||||
LOG.debug(e);
|
||||
LOG.warn(e);
|
||||
}
|
||||
return super.getSelectedText();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user