Skip to content

Commit

Permalink
#2 Timer Thread works no more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh committed Aug 30, 2016
1 parent ae85c58 commit 3a3ae24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ public void run() {
try {
if (stmt != null && !stmt.isClosed())
stmt.close();
} catch (SQLException se2) {
} catch (Exception e2) {
logger.error("Mysql/Mariadb monitor has an error", e2);
}
}
}
Expand Down

0 comments on commit 3a3ae24

Please sign in to comment.