提交 b1939fcd 编写于 作者: Y Yury Kotov 提交者: Stefan Hajnoczi

trace: fix runstate tracing

Signed-off-by: NYury Kotov <yury-kotov@yandex-team.ru>
Reviewed-by: NVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20190426102115.30002-1-yury-kotov@yandex-team.ru
Message-Id: <20190426102115.30002-1-yury-kotov@yandex-team.ru>
Signed-off-by: NStefan Hajnoczi <stefanha@gmail.com>
上级 e0fb2c3d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册