Page 1 of 1

redundant debug message upon room join

Posted: 23 Apr 2010, 13:03
by volk
In SmartFox C# API v1.2.4, when a connection is established and the user is joining a room, a message is written to the console, e.g.:

Code: Select all

u(Element: )
 i = 9
 m = 0
  n(Element: )
    #cdata-section(CDATA: generator)
  vars(Element: )
Apparently, this is a result of XmlUtil.Dump invocation in SysHandler.cs:372:

Code: Select all

XmlUtil.Dump(usr, 0);
When I use the API in various command-line tools, the message is a little annoying. Hope you will consider a fix.

Thank you!

--
Sergii Volchkov

Posted: 23 Apr 2010, 19:32
by ThomasLund
Ahh yeh - old debug thing.

Thanks for reporting

/Thomas