This commit is contained in:
psyc://psyced.org/~lynX 2011-04-12 22:45:39 +02:00
parent fbbdf7c2e0
commit ea815f871f
1 changed files with 3 additions and 1 deletions

View File

@ -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];
}