加日志调试

This commit is contained in:
anod 2023-03-11 11:16:44 +08:00
parent 25ff7ad798
commit 4d97f9c021

View File

@ -599,7 +599,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
}
else {
char errorstr[64];
WAIT_ON_ACT( disp_str( ee_snprintf(errorstr, 64, "返回错了:%d", res) ) );
WAIT_ON_ACT( disp_str( ee_snprintf(errorstr, 64, "返回错了:%d", res), 1, NULL ) );
break;
}
}