mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix compile failed.
This commit is contained in:
parent
a416e891b4
commit
390f58e186
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ void show_macro_features()
|
|||
#endif
|
||||
|
||||
#ifndef SRS_OSX
|
||||
ss << ", glibc" << (int)__GLIBC__ << "." (int)__GLIBC_MINOR__;
|
||||
ss << ", glibc" << (int)__GLIBC__ << "." << (int)__GLIBC_MINOR__;
|
||||
#endif
|
||||
|
||||
ss << ", conf:" << _srs_config->config() << ", limit:" << _srs_config->get_max_connections()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue