winlin

fix #302, remove the thread unsafe code, no static.

@@ -2340,7 +2340,7 @@ int srs_human_print_rtmp_packet(char type, u_int32_t timestamp, char* data, int @@ -2340,7 +2340,7 @@ int srs_human_print_rtmp_packet(char type, u_int32_t timestamp, char* data, int
2340 const char* srs_human_format_time() 2340 const char* srs_human_format_time()
2341 { 2341 {
2342 struct timeval tv; 2342 struct timeval tv;
2343 - char buf[23]; 2343 + static char buf[23];
2344 2344
2345 memset(buf, 0, sizeof(buf)); 2345 memset(buf, 0, sizeof(buf));
2346 2346