[vcs-log] replace debug -> warn

This commit is contained in:
Julia Beliaeva
2014-12-17 20:55:44 +03:00
parent b85b7ed565
commit eb837bafa4
@@ -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();
}