const struct ClientAudioMessage *msg)
{
struct Line *line = cls;
- struct ClientAudioMessage *mam;
+ struct CadetAudioMessage *mam;
struct Channel *ch;
size_t size;
ch->env = NULL;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "Received %u bytes of AUDIO data from client CID %u\n",
+ (unsigned int) size,
+ msg->cid);
ch->env = GNUNET_MQ_msg_extra (mam,
size,
GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_AUDIO);
phone_i++;
else
{
- LOG_DEBUG ("Received unexpected data %.*s\n",
+ LOG_DEBUG ("Received %u bytes of unexpected data `%.*s'\n",
+ (unsigned int) data_size,
(int) data_size,
(const char *) data);
}