summaryrefslogtreecommitdiff
path: root/tests/securityselinuxtest.c
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2013-06-04 13:01:03 +0200
committerJán Tomko <jtomko@redhat.com>2013-06-04 13:17:30 +0200
commita83b77dd73af2e209970383a1d7166cd3033e0a1 (patch)
tree5ccc0daf913685b234c3a0740379496e514c0586 /tests/securityselinuxtest.c
parent634096536cb19ffdec5e255fa5f4419bf2c567d6 (diff)
downloadlibvirt-a83b77dd73af2e209970383a1d7166cd3033e0a1.tar.gz
tests: fix typo in securityselinuxtest
Diffstat (limited to 'tests/securityselinuxtest.c')
-rw-r--r--tests/securityselinuxtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/securityselinuxtest.c b/tests/securityselinuxtest.c
index f276e6d746..bdf248b7ce 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;
}