*evil scientist laughter* ITS ALIVE! ITS ALIVE!
This commit is contained in:
parent
c8bc0fbafe
commit
66a66b155c
5 changed files with 26 additions and 23 deletions
|
@ -337,7 +337,7 @@ namespace Connector_HTTP{
|
|||
conn.close();
|
||||
if (inited) ss.close();
|
||||
#if DEBUG >= 1
|
||||
if (FLV::Parse_Error){fprintf(stderr, "FLV Parser Error\n");}
|
||||
if (FLV::Parse_Error){fprintf(stderr, "FLV Parser Error: %s\n", FLV::Error_Str.c_str());}
|
||||
fprintf(stderr, "User %i disconnected.\n", conn.getSocket());
|
||||
if (inited){
|
||||
fprintf(stderr, "Status was: inited\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue