[libvirt] [PATCH] tests: fix typo in securityselinuxtest

Ján Tomko jtomko at redhat.com
Tue Jun 4 11:22:03 UTC 2013


---
Pushed as trivial.

 tests/securityselinuxtest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/securityselinuxtest.c b/tests/securityselinuxtest.c
index f276e6d..bdf248b 100644
--- a/tests/securityselinuxtest.c
+++ b/tests/securityselinuxtest.c
@@ -231,7 +231,7 @@ testSELinuxGenLabel(const void *opaque)
 
     if (virSecurityManagerGenLabel(data->mgr, def) < 0) {
         virErrorPtr err = virGetLastError();
-        fprintf(stderr, "Cannot generated label %s\n", err->message);
+        fprintf(stderr, "Cannot generate label: %s\n", err->message);
         goto cleanup;
     }
 
-- 
1.8.1.5




More information about the libvir-list mailing list