mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
fix windows build error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12645 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7618dfbe1c
commit
73f6be21b7
@ -239,11 +239,11 @@ static void *msg_thread_run(esl_thread_t *me, void *obj)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!known) {
|
if (!known) {
|
||||||
|
char *foo;
|
||||||
printf("INCOMING DATA [%s]\n%s\n", type, handle->last_event->body ? handle->last_event->body : "");
|
printf("INCOMING DATA [%s]\n%s\n", type, handle->last_event->body ? handle->last_event->body : "");
|
||||||
char *foo;
|
esl_event_serialize(handle->last_event, &foo, ESL_FALSE);
|
||||||
esl_event_serialize(handle->last_event, &foo, ESL_FALSE);
|
printf("RECV EVENT\n%s\n", foo);
|
||||||
printf("RECV EVENT\n%s\n", foo);
|
free(foo);
|
||||||
free(foo);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user