Proper exception logging.
This commit is contained in:
parent
2c07bc4c3b
commit
240c83e83a
|
@ -39,7 +39,7 @@ public class OKDialog {
|
|||
|
||||
builder.create().show();
|
||||
} catch (Exception e) {
|
||||
log.debug("show_dialog exception: " + e);
|
||||
log.debug("show_dialog exception: ", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue