if (symlink(configFile, autostartLink) < 0) {
virReportSystemError(errno,
- _("Failed to create symlink '%s to '%s'"),
+ _("Failed to create symlink '%s' to '%s'"),
autostartLink, configFile);
goto endjob;
}
if (symlink(configFile, autostartLink) < 0) {
virReportSystemError(errno,
- _("Failed to create symlink '%s to '%s'"),
+ _("Failed to create symlink '%s' to '%s'"),
autostartLink, configFile);
goto endjob;
}
if (symlink(configFile, autostartLink) < 0) {
virReportSystemError(errno,
- _("Failed to create symlink '%s to '%s'"),
+ _("Failed to create symlink '%s' to '%s'"),
autostartLink, configFile);
goto endjob;
}
if (symlink(new_dom_cfg_file, new_dom_autostart_link) < 0) {
virReportSystemError(errno,
- _("Failed to create symlink '%s to '%s'"),
+ _("Failed to create symlink '%s' to '%s'"),
new_dom_autostart_link, new_dom_cfg_file);
return -1;
}