Safety first!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4635 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -331,7 +331,7 @@ public class PresentsDObjectMgr
|
||||
|
||||
} catch (Throwable t) {
|
||||
log.log(Level.WARNING,
|
||||
"Execution unit failed [unit=" + unit + "].", t);
|
||||
"Execution unit failed [unit=" + StringUtil.safeToString(unit) + "].", t);
|
||||
}
|
||||
|
||||
// compute the elapsed time in microseconds
|
||||
|
||||
Reference in New Issue
Block a user