No need for the stack trace.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@864 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Andrzej Kapolka
2009-11-18 20:31:16 +00:00
parent 1028287814
commit 29df8b9166
@@ -75,7 +75,7 @@ public class Keyboard
}
} catch (Throwable t) {
log.info("Failed to load native keyboard library", t);
log.info("Failed to load native keyboard library", "error", t);
_haveLib = false;
}
}