mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +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;
|
||||
case VIR_ERR_INTERNAL_ERROR:
|
||||
if (info != NULL)
|
||||
errmsg = _("internal error %s");
|
||||
errmsg = _("internal error: %s");
|
||||
else
|
||||
errmsg = _("internal error");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user