mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
ch: Move error messages onto a single line
Error messages are exempt from the 80 columns rule. Move them onto one line. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
34f5d89e40
commit
bfa322d6ce
@ -1379,8 +1379,7 @@ chDomainPinEmulator(virDomainPtr dom,
|
||||
|
||||
if (virDomainCgroupSetupCpusetCpus(cgroup_emulator, pcpumap) < 0) {
|
||||
virReportError(VIR_ERR_OPERATION_INVALID, "%s",
|
||||
_("failed to set cpuset.cpus in cgroup"
|
||||
" for emulator threads"));
|
||||
_("failed to set cpuset.cpus in cgroup for emulator threads"));
|
||||
goto endjob;
|
||||
}
|
||||
}
|
||||
|
@ -637,8 +637,7 @@ virCHMonitorCurlPerform(CURL *handle)
|
||||
|
||||
if (responseCode < 0) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned a "
|
||||
"negative response code"));
|
||||
_("curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned a negative response code"));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user