1
0
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:
Jiri Denemark 2012-11-29 14:15:35 +01:00
parent d521119c09
commit c0ee3d3b54
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}