Hi,while hacking on djabberd, i noticed xml debugging is broken. The crux of the matter is:
if (XMLDEBUG) {
- system("mkdir -p " . XMLDEBUG ."$$/");
+ system("mkdir -p " . XMLDEBUG ."/$$/");
Attached is a patch done against trunk along those lines, including a
test file and a
patch to makefile.pl to clean up any generated logs.Although the patch is trivial, if you have any questions, feel free to ask.
-- Jos Boumans http://www.linkedin.com/in/josboumans How do I prove I'm not crazy to people who are?P.S. I'm not currently subscribed as http://lists.danga.com/mailman/ listinfo/djabberd
is currently offline, so please include me explicitly in replies.
djabberd-xmldebug-log.patch
Description: Binary data
