summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;