From ea815f871f71e8e6fc88789c22b9d167d1d6f9da Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Tue, 12 Apr 2011 22:45:39 +0200 Subject: [PATCH] + --- world/net/psyc/library.i | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/world/net/psyc/library.i b/world/net/psyc/library.i index 2f57bfc..987914a 100644 --- a/world/net/psyc/library.i +++ b/world/net/psyc/library.i @@ -113,7 +113,9 @@ varargs string psyc_name(mixed source, vastring localpart) { } object psyc_object(string uniform) { - P3(("psyc_object(%O) in %O\n", uniform, unl2obj)) + // unl2obj can become too big and cause a sprintf error here + // so you don't want this debug output on a production server! + //PT(("psyc_object(%O) in %O\n", uniform, unl2obj)) return unl2obj[uniform]; }