Skip to content
Snippets Groups Projects
Commit 3022db27 authored by Eugene Livis's avatar Eugene Livis
Browse files

Printing the exception text when can't connect to case database

parent 61783dea
No related branches found
No related tags found
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