From 4bd998e5e3e4eba776aa1f31bcb874a4b4392077 Mon Sep 17 00:00:00 2001 From: Mike Ryan Date: Fri, 12 Nov 2010 15:13:56 -0800 Subject: [PATCH 2/2] include a missing space in and error message --- hw/virtio-9p.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/virtio-9p.c b/hw/virtio-9p.c index f8c85c3..5d6ce17 100644 --- a/hw/virtio-9p.c +++ b/hw/virtio-9p.c @@ -2275,7 +2275,7 @@ VirtIODevice *virtio_9p_init(DeviceState *dev, V9fsConf *conf) s->ctx.fs_sm = SM_MAPPED; } else { /* user haven't specified a correct security option */ - fprintf(stderr, "one of the following must be specified as the" + fprintf(stderr, "one of the following must be specified as the " "security option:\n\t security_model=passthrough \n\t " "security_model=mapped\n"); return NULL; -- 1.7.0.4