Skip to content

Commit

Permalink
Update src/main/java/net/pms/dlna/DLNAMediaDatabase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
valib committed Apr 11, 2012
1 parent 325bde7 commit f37b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/pms/dlna/DLNAMediaDatabase.java
Expand Up @@ -124,7 +124,7 @@ public void init(boolean force) {
executeUpdate(conn, "DROP TABLE AUDIOTRACKS");
executeUpdate(conn, "DROP TABLE SUBTRACKS");
} catch (SQLException se) {
// logger.debug("Caught exception", se);
logger.debug("Caught exception", se);
}
try {
StringBuilder sb = new StringBuilder();
Expand Down

0 comments on commit f37b42b

Please sign in to comment.