winlin

refine log, donot show error when client gracefully close it

... ... @@ -556,7 +556,9 @@ int SrsClient::flash_publish(SrsSource* source)
SrsCommonMessage* msg = NULL;
if ((ret = rtmp->recv_message(&msg)) != ERROR_SUCCESS) {
if (!srs_is_client_gracefully_close(ret)) {
srs_error("flash recv identify client message failed. ret=%d", ret);
}
return ret;
}
... ...