]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: fix typo in securityselinuxtest
authorJán Tomko <jtomko@redhat.com>
Tue, 4 Jun 2013 11:01:03 +0000 (13:01 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 4 Jun 2013 11:17:30 +0000 (13:17 +0200)
tests/securityselinuxtest.c

index f276e6d746ba9fa3a0784d96b25e307f736d8eec..bdf248b7ce8b4e73f6bbea8dbdf0ebfda3348d1a 100644 (file)
@@ -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;
     }