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

refine the print info.

This commit is contained in:
winlin 2015-01-07 15:46:00 +08:00
parent 0e9c9db3f4
commit 44f5efda21
2 changed files with 4 additions and 4 deletions

View file

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