Modernize this logging.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@863 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2009-11-18 18:26:25 +00:00
parent 09c2726b46
commit 1028287814
@@ -75,8 +75,7 @@ public class Keyboard
} }
} catch (Throwable t) { } catch (Throwable t) {
log.info("Failed to load native keyboard library " + log.info("Failed to load native keyboard library", t);
"[cause=" + t + "].");
_haveLib = false; _haveLib = false;
} }
} }