mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
committed by
Thomas Huth
parent
e267ce5900
commit
f62215298a
@@ -844,7 +844,7 @@ void qos_dump_graph(void)
|
||||
}
|
||||
qos_printf_literal("type=%d cmd_line='%s' [%s]\n",
|
||||
node->type, node->command_line,
|
||||
node->available ? "available" : "UNAVAILBLE"
|
||||
node->available ? "available" : "UNAVAILABLE"
|
||||
);
|
||||
}
|
||||
g_list_free(keys);
|
||||
|
||||
Reference in New Issue
Block a user