summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-08-29 17:21:28 +0300
committerAlon Levy <alevy@redhat.com>2010-12-06 18:09:14 +0200
commitb2f1b80a634cdda2a86d48ee7b823d287371f3fe (patch)
treed96d17e0f8ef79ceb752ac799ddfc631cfe99fa3
parent673ade8a6fdfd9b9160f1ddc838f4ddcc80502ec (diff)
downloadspice-b2f1b80a634cdda2a86d48ee7b823d287371f3fe.tar.gz
spice-b2f1b80a634cdda2a86d48ee7b823d287371f3fe.tar.xz
spice-b2f1b80a634cdda2a86d48ee7b823d287371f3fe.zip
server: fix print text on vdagent interface addition
-rw-r--r--server/reds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/reds.c b/server/reds.c
index ca6522d1..aff8b6f2 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;