Oops, my fault, sorry:( Thank you for fixing! May be added, that it is broken since ff12e3ae3d0.
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]> 26.04.2019 13:21, Yury Kotov wrote: > Signed-off-by: Yury Kotov <[email protected]> > --- > vl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/vl.c b/vl.c > index ff5dfb6fbc..ad9b181e57 100644 > --- a/vl.c > +++ b/vl.c > @@ -725,7 +725,7 @@ void runstate_set(RunState new_state) > assert(new_state < RUN_STATE__MAX); > > trace_runstate_set(current_run_state, RunState_str(current_run_state), > - new_state, RunState_str(current_run_state)); > + new_state, RunState_str(new_state)); > > if (current_run_state == new_state) { > return; > -- Best regards, Vladimir
