mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
Add a colon after 'internal error'
As we do for other errors with an extra string.
This commit is contained in:
parent
cd7b969c39
commit
a884307447
@ -730,7 +730,7 @@ virErrorMsg(virErrorNumber error, const char *info)
|
|||||||
return NULL;
|
return NULL;
|
||||||
case VIR_ERR_INTERNAL_ERROR:
|
case VIR_ERR_INTERNAL_ERROR:
|
||||||
if (info != NULL)
|
if (info != NULL)
|
||||||
errmsg = _("internal error %s");
|
errmsg = _("internal error: %s");
|
||||||
else
|
else
|
||||||
errmsg = _("internal error");
|
errmsg = _("internal error");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user