Fix compiler warning about non-literal format string

This commit is contained in:
Matthias Bolte 2010-04-06 01:38:53 +02:00
parent 45274d4121
commit d2e0bd1779

View File

@ -483,7 +483,7 @@ AppArmorSetSecurityProcessLabel(virSecurityDriverPtr drv, virDomainObjPtr vm)
}
if (aa_change_profile(profile_name) < 0) {
virSecurityReportError(VIR_ERR_INTERNAL_ERROR,
virSecurityReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("error calling aa_change_profile()"));
goto clean;
}