[Spice-devel] [PATCH 03/13] server: fix print text on vdagent interface addition

Alon Levy alevy at redhat.com
Mon Dec 6 08:15:56 PST 2010


---
 server/reds.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/reds.c b/server/reds.c
index ca6522d..aff8b6f 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -3453,7 +3453,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.2



More information about the Spice-devel mailing list