diff --git a/README.md b/README.md index 0c542103c..de0bb0818 100755 --- a/README.md +++ b/README.md @@ -1101,6 +1101,7 @@ Winlin [bug #484]: https://github.com/simple-rtmp-server/srs/issues/484 [bug #485]: https://github.com/simple-rtmp-server/srs/issues/485 [bug #495]: https://github.com/simple-rtmp-server/srs/issues/495 +[bug #497]: https://github.com/simple-rtmp-server/srs/issues/497 [bug #475]: https://github.com/simple-rtmp-server/srs/issues/475 [bug #458]: https://github.com/simple-rtmp-server/srs/issues/458 [bug #454]: https://github.com/simple-rtmp-server/srs/issues/454 diff --git a/trunk/src/app/srs_app_http_api.cpp b/trunk/src/app/srs_app_http_api.cpp index 40fecd929..5dcf8090c 100644 --- a/trunk/src/app/srs_app_http_api.cpp +++ b/trunk/src/app/srs_app_http_api.cpp @@ -838,7 +838,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r) } client->conn->expire(); - srs_warn("kickoff client id=%d", cid); + srs_warn("kickoff client id=%d ok", cid); } else { return srs_go_http_error(w, SRS_CONSTS_HTTP_MethodNotAllowed); }