1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine code, move onMetaData to consts.

This commit is contained in:
winlin 2015-01-17 13:29:11 +08:00
parent 04aa6f8296
commit a1f887f46f
4 changed files with 17 additions and 9 deletions

View file

@ -290,7 +290,7 @@ int main(int argc, char** argv)
goto rtmp_destroy;
}
} else {
srs_human_trace("drop message type=%d, size=%dB", type, size);
srs_human_trace("drop message type=%#x, size=%dB", type, size);
}
}