mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix typo in log output
This commit is contained in:
parent
13597d1b7f
commit
00238bb9a9
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ srs_error_t SrsProcess::start()
|
||||||
srs_usleep(10 * SRS_UTIME_MILLISECONDS);
|
srs_usleep(10 * SRS_UTIME_MILLISECONDS);
|
||||||
|
|
||||||
is_started = true;
|
is_started = true;
|
||||||
srs_trace("fored process, pid=%d, bin=%s, stdout=%s, stderr=%s, argv=%s",
|
srs_trace("forked process, pid=%d, bin=%s, stdout=%s, stderr=%s, argv=%s",
|
||||||
pid, bin.c_str(), stdout_file.c_str(), stderr_file.c_str(), actual_cli.c_str());
|
pid, bin.c_str(), stdout_file.c_str(), stderr_file.c_str(), actual_cli.c_str());
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue