Skip to content

Commit

Permalink
0004145: SQL Explorer issue with Interbase as a node
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarzullo64 committed Dec 3, 2019
1 parent 5e15132 commit 669a23d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public void selectedTabChange(SelectedTabChangeEvent event) {
try {
rs = metaData.getClientInfoProperties();
} catch(SQLException e) {
log.error("Could not create Client Info Properties tab", e.getMessage());
log.debug("Could not create Client Info Properties tab", e.getMessage());
}
Table clientInfoProperties = CommonUiUtils.putResultsInTable(rs, Integer.MAX_VALUE, false);
clientInfoProperties.setSizeFull();
Expand Down

0 comments on commit 669a23d

Please sign in to comment.