From: Jan Kiszka <[email protected]> The subtle difference between "property not found" and "property not set" is already confusing enough.
Signed-off-by: Jan Kiszka <[email protected]> Reviewed-by: Peter Crosthwaite <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- backends/hostmem-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/hostmem-file.c b/backends/hostmem-file.c index 5179994..4b55361 100644 --- a/backends/hostmem-file.c +++ b/backends/hostmem-file.c @@ -43,7 +43,7 @@ file_backend_memory_alloc(HostMemoryBackend *backend, Error **errp) return; } if (!fb->mem_path) { - error_setg(errp, "mem_path property not set"); + error_setg(errp, "mem-path property not set"); return; } #ifndef CONFIG_LINUX -- 2.1.4
