*/
int virNetlinkEventServiceStop(unsigned int protocol G_GNUC_UNUSED)
{
- VIR_DEBUG("%s", _(unsupported));
+ VIR_DEBUG("%s", unsupported);
return 0;
}
*/
int virNetlinkEventServiceStopAll(void)
{
- VIR_DEBUG("%s", _(unsupported));
+ VIR_DEBUG("%s", unsupported);
return 0;
}
int virNetlinkEventServiceStart(unsigned int protocol G_GNUC_UNUSED,
unsigned int groups G_GNUC_UNUSED)
{
- VIR_DEBUG("%s", _(unsupported));
+ VIR_DEBUG("%s", unsupported);
return 0;
}
return VIR_DRV_STATE_INIT_ERROR;
if (prlsdkInit() < 0) {
- VIR_DEBUG("%s", _("Can't initialize Parallels SDK"));
+ VIR_DEBUG("Can't initialize Parallels SDK");
return VIR_DRV_STATE_INIT_ERROR;
}
prlctl_path = virFindFileInPath(PRLCTL);
if (!prlctl_path) {
- VIR_DEBUG("%s", _("Can't find prlctl command in the PATH env"));
+ VIR_DEBUG("Can't find prlctl command in the PATH env");
return 0;
}