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

color text of error msg supported.

strerror msg supported.
This commit is contained in:
wenjie.zhao 2014-03-15 04:53:46 +08:00
parent 4235e9ae34
commit e0e3504e1d
3 changed files with 19 additions and 9 deletions

2
trunk/src/app/srs_app_config.cpp Normal file → Executable file
View file

@ -308,7 +308,7 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
srs_error("line %d: unexpected end of file, expecting ; or \"}\"", buffer->line);
return ERROR_SYSTEM_CONFIG_INVALID;
}
srs_error("end of file. ret=%d", ret);
srs_trace("end of file. ret=%d", ret);
return ret;
}