Update DrawableDB.java

This commit is contained in:
Richard Cordovano 2018-07-27 12:52:19 -04:00 committed by GitHub
parent 7149b3b9d0
commit 157124a038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,7 +545,7 @@ public final class DrawableDB {
}
}
} catch (SQLException ex) {
LOGGER.log(Level.WARNING, "failed to get group seen", ex); //NON-NLS
LOGGER.log(Level.SEVERE, "failed to get group seen", ex); //NON-NLS
}
}
}