nicer debug message

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1611 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent f6690c269f
commit 99bf302a37

@ -93,7 +93,8 @@ EXEC_ACTION_START(DLGAcceptInviteAction) {
unsigned int code_i=200;
string reason = "OK";
string code = resolveVars(par1, sess, sc_sess, event_params);
DBG("GOT CODE %s\n", code.c_str());
DBG("replying with code %s\n", code.c_str());
if (code.length()) {
reason = resolveVars(par2, sess, sc_sess, event_params);
if (str2i(code, code_i)) {

Loading…
Cancel
Save