Skip to content
Snippets Groups Projects
Commit 792aa26b authored by Richard Cordovano's avatar Richard Cordovano
Browse files

Merge pull request #506 from eugene7646/exception_print

Printing the exception text when can't connect to case database
parents 61783dea 3022db27
Branches
Tags
No related merge requests found
......@@ -126,7 +126,7 @@ public boolean canConnect() {
break;
}
} catch (Exception ex) {
logger.log(Level.INFO, "Bad permissions or bad database connection string."); //NON-NLS
logger.log(Level.INFO, "Bad permissions or bad database connection string", ex); //NON-NLS
commsEstablished = false;
}
return commsEstablished;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment