updated logging

Former-commit-id: b305a66140786ce59f547a7fce4a211e092a883d
This commit is contained in:
Jeremy Long
2013-06-16 07:24:34 -04:00
parent e362632477
commit fad704b692
11 changed files with 50 additions and 46 deletions

View File

@@ -89,7 +89,7 @@ public class App {
try {
in.close();
} catch (Exception ex) {
Logger.getLogger(App.class.getName()).log(Level.FINEST, null, ex);
Logger.getLogger(App.class.getName()).log(Level.FINEST, "Error closing resource stream", ex);
}
}
}