mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the startup logs.
This commit is contained in:
parent
3ab0ccaa27
commit
f187a7deef
10 changed files with 273 additions and 243 deletions
|
@ -440,7 +440,8 @@ int SrsSignalManager::start()
|
|||
sa.sa_flags = 0;
|
||||
sigaction(SRS_SIGNAL_PERSISTENCE_CONFIG, &sa, NULL);
|
||||
|
||||
srs_trace("signal installed");
|
||||
srs_trace("signal installed, reload=%d, dispose=%d, persistence=%d, grace_quit=%d",
|
||||
SRS_SIGNAL_RELOAD, SRS_SIGNAL_DISPOSE, SRS_SIGNAL_PERSISTENCE_CONFIG, SRS_SIGNAL_GRACEFULLY_QUIT);
|
||||
|
||||
return pthread->start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue