mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue