mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
fbbdf7c2e0
commit
ea815f871f
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@ varargs string psyc_name(mixed source, vastring localpart) {
|
||||||
}
|
}
|
||||||
|
|
||||||
object psyc_object(string uniform) {
|
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];
|
return unl2obj[uniform];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue