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