[rtmpdump] r425 - trunk/librtmp/rtmp.c

hyc subversion at mplayerhq.hu
Sun Apr 11 07:02:59 CEST 2010


Author: hyc
Date: Sun Apr 11 07:02:58 2010
New Revision: 425

Log:
Fix pause debug msg

Modified:
   trunk/librtmp/rtmp.c

Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c	Sat Apr 10 16:05:20 2010	(r424)
+++ trunk/librtmp/rtmp.c	Sun Apr 11 07:02:58 2010	(r425)
@@ -1724,7 +1724,7 @@ RTMP_SendPause(RTMP *r, bool DoPause, in
 
   packet.m_nBodySize = enc - packet.m_body;
 
-  RTMP_Log(RTMP_LOGDEBUG, "%s, %d, pauseTime=%.2f", __FUNCTION__, DoPause, dTime);
+  RTMP_Log(RTMP_LOGDEBUG, "%s, %d, pauseTime=%d", __FUNCTION__, DoPause, dTime);
   return RTMP_SendPacket(r, &packet, true);
 }
 


More information about the rtmpdump mailing list