- log
authorBart Polot <bart@net.in.tum.de>
Wed, 27 Nov 2013 05:39:46 +0000 (05:39 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 27 Nov 2013 05:39:46 +0000 (05:39 +0000)
src/conversation/gnunet-service-conversation.c

index 3f0ec0eabb258518101b7c5ae9bbd8ed94b99a65..0e4cef7f2538f0e642a959fa10e45d22bd07f43f 100644 (file)
@@ -757,8 +757,8 @@ transmit_line_audio (void *cls,
   GNUNET_free (ch->audio_data);
   ch->audio_data = NULL;
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Sending %u bytes of audio data via mesh\n",
-              ch->audio_size);
+              "Sending %u bytes of audio data on line %u via mesh\n",
+              ch->audio_size, ch->remote_line);
   return sizeof (struct MeshAudioMessage) + ch->audio_size;
 }