]> granicus.if.org Git - rtmpdump/commitdiff
Fix missing log message parameter
authorMartin Storsjo <martin@martin.st>
Tue, 15 Nov 2011 00:09:26 +0000 (16:09 -0800)
committerHoward Chu <hyc@highlandsun.com>
Tue, 15 Nov 2011 00:09:26 +0000 (16:09 -0800)
librtmp/rtmp.c

index a9c1bc1a69baec1ce8f423b467f5826a420abf1b..4da318ba33462c9755398d5411257a488b349d9f 100644 (file)
@@ -974,7 +974,7 @@ SocksNegotiate(RTMP *r)
       }
     else
       {
-        RTMP_Log(RTMP_LOGERROR, "%s, SOCKS returned error code %d", packet[1]);
+        RTMP_Log(RTMP_LOGERROR, "%s, SOCKS returned error code %d", __FUNCTION__, packet[1]);
         return FALSE;
       }
   }