From fb4ddbba8c7571461a8967cc3b2ac0e0b2a73f16 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 8 Nov 2010 01:16:19 +0100 Subject: [PATCH] Yay werkage! --- Connector_RTMP/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Connector_RTMP/main.cpp b/Connector_RTMP/main.cpp index 0f777071..173590e1 100644 --- a/Connector_RTMP/main.cpp +++ b/Connector_RTMP/main.cpp @@ -1,4 +1,4 @@ -#define DEBUG +#undef DEBUG #include #include #include @@ -141,8 +141,8 @@ int main(){ SendCTL(3, rec_cnt);//send ack (msg 3) } } - #ifdef DEBUG - fprintf(stderr, "User disconnected.\n"); - #endif + //#ifdef DEBUG + fprintf(stderr, "User %i disconnected.\n", CONN_fd); + //#endif return 0; }//main