mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix verbose bug, for #821
This commit is contained in:
parent
6c64297264
commit
4f6f8a8244
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ int main(int argc, char** argv)
|
|||
if (argc > 2) {
|
||||
verbose = true;
|
||||
}
|
||||
srs_trace("Parse MP4 file %s, verbose=%s", mp4_file.c_str(), verbose);
|
||||
srs_trace("Parse MP4 file %s, verbose=%d", mp4_file.c_str(), verbose);
|
||||
|
||||
ret = parse(mp4_file, verbose);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue