just commit

This commit is contained in:
wangyu-
2017-10-07 06:52:10 -05:00
parent 707cc56562
commit 4273a5fb0d
4 changed files with 25 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ int delay_manager_t::check()
{
ret=it->second.handle();
if (ret != 0) {
mylog(log_debug, "handle() return %d\n", ret);
mylog(log_trace, "handle() return %d\n", ret);
}
free(it->second.data);
delay_mp.erase(it);