Skip to content

Commit d16d666

Browse files
committed
del nooping fail assert
1 parent c1649ee commit d16d666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/stn/src/longlink.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ bool LongLink::__NoopReq(XLogger& _log, Alarm& _alarm, bool need_active_timeout)
263263
_alarm.Cancel();
264264
_alarm.Start(need_active_timeout ? (2* 1000) : (10 * 1000));
265265
} else {
266-
xassert2(false, "send noop fail") >> _log;
266+
xerror2("send noop fail");
267267
}
268268

269269
return suc;

0 commit comments

Comments
 (0)