[Spice-devel] [PATCH 03/12] server: fix print text on vdagent interface addition
Alon Levy
alevy at redhat.com
Wed Oct 27 09:36:44 PDT 2010
---
server/reds.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/reds.c b/server/reds.c
index 61296b6..80fa753 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -3450,7 +3450,7 @@ int spice_server_char_device_add_interface(SpiceServer *s,
sif = SPICE_CONTAINEROF(char_device->base.sif, SpiceCharDeviceInterface, base);
if (strcmp(char_device->subtype, SUBTYPE_VDAGENT) == 0) {
if (vdagent) {
- red_printf("vdi port already attached");
+ red_printf("vdagent already attached");
return -1;
}
char_device->st = &vdagent_char_device_state;
--
1.7.3.1
More information about the Spice-devel
mailing list