1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

rename upp project

This commit is contained in:
winlin 2013-10-18 09:19:19 +08:00
parent a4c5f94b15
commit eb3b824e6c
4 changed files with 5 additions and 4 deletions

View file

@ -28,7 +28,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
int main(int /*argc*/, char** /*argv*/){
log_context->SetId();
SrsWarn("server start");
SrsWarn("server start.");
SrsInfo("listen at 1935");
return 0;
}