Author: adrian
Date: Sun Apr  3 02:49:51 2011
New Revision: 9405

URL: http://svn.slimdevices.com/jive?rev=9405&view=rev
Log:
Bug: N/A
Description: fix typo

Modified:
    7.6/trunk/squeezeplay/src/luartmp-squeezeplay/rtmp.c

Modified: 7.6/trunk/squeezeplay/src/luartmp-squeezeplay/rtmp.c
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/luartmp-squeezeplay/rtmp.c?rev=9405&r1=9404&r2=9405&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/luartmp-squeezeplay/rtmp.c (original)
+++ 7.6/trunk/squeezeplay/src/luartmp-squeezeplay/rtmp.c Sun Apr  3 02:49:51 
2011
@@ -764,7 +764,7 @@
                if (recv_bytes > next_ack) {
                        u8_t *packet_template, packet[16];
 
-                       LOG_DEBUG(log_audio_decode, "sending ack: %ud", 
recv_bytes);
+                       LOG_DEBUG(log_audio_decode, "sending ack: %u", 
recv_bytes);
 
                        // send ack packet
                        packet_template = (u8_t *)

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to