1
0
Fork 0
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:
winlin 2017-05-30 19:42:20 +08:00
parent 6c64297264
commit 4f6f8a8244

View file

@ -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);