mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
qemu: Remove full stop from error messages
This commit is contained in:
parent
d521119c09
commit
c0ee3d3b54
@ -242,7 +242,7 @@ qemuAgentOpenUnix(const char *monitor, pid_t cpid, bool *inProgress)
|
||||
|
||||
if (ret != 0) {
|
||||
virReportSystemError(errno, "%s",
|
||||
_("monitor socket did not show up."));
|
||||
_("monitor socket did not show up"));
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
@ -297,7 +297,7 @@ qemuMonitorOpenUnix(const char *monitor, pid_t cpid)
|
||||
|
||||
if (ret != 0) {
|
||||
virReportSystemError(errno, "%s",
|
||||
_("monitor socket did not show up."));
|
||||
_("monitor socket did not show up"));
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user