mirror of https://gitee.com/openkylin/qemu.git
libqos/qgraph: fix "UNAVAILBLE" typo
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20210412143437.727560-2-stefanha@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e267ce5900
commit
f62215298a
|
@ -844,7 +844,7 @@ void qos_dump_graph(void)
|
||||||
}
|
}
|
||||||
qos_printf_literal("type=%d cmd_line='%s' [%s]\n",
|
qos_printf_literal("type=%d cmd_line='%s' [%s]\n",
|
||||||
node->type, node->command_line,
|
node->type, node->command_line,
|
||||||
node->available ? "available" : "UNAVAILBLE"
|
node->available ? "available" : "UNAVAILABLE"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
g_list_free(keys);
|
g_list_free(keys);
|
||||||
|
|
Loading…
Reference in New Issue