type 1 bug fixed

This commit is contained in:
wangyu-
2017-10-10 05:42:59 -05:00
parent fa25a60c08
commit 3b7619e081
4 changed files with 95 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ int delay_manager_t::add(my_time_t delay,const dest_t &dest,char *data,int len)
{
int ret=delay_data.handle();
if (ret != 0) {
mylog(log_debug, "handle() return %d\n", ret);
mylog(log_trace, "handle() return %d\n", ret);
}
return 0;
}