diff options
Diffstat (limited to 'hw/9pfs')
-rw-r--r-- | hw/9pfs/virtio-9p-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/virtio-9p-proxy.c b/hw/9pfs/virtio-9p-proxy.c index d5ad208d00..54e98759f0 100644 --- a/hw/9pfs/virtio-9p-proxy.c +++ b/hw/9pfs/virtio-9p-proxy.c @@ -521,7 +521,7 @@ static int v9fs_request(V9fsProxy *proxy, int type, } break; default: - error_report("Invalid type %d\n", type); + error_report("Invalid type %d", type); retval = -EINVAL; break; } |