mirror of https://gitee.com/openkylin/libvirt.git
util: Fix syntax-check
Broken by 759b4d1b0f
.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
759b4d1b0f
commit
6ce3acc129
|
@ -478,9 +478,8 @@ virLogHostnameString(char **rawmsg,
|
|||
if (!virLogHostname)
|
||||
return -1;
|
||||
|
||||
if (virAsprintfQuiet(&hoststr, "hostname: %s", virLogHostname) < 0) {
|
||||
if (virAsprintfQuiet(&hoststr, "hostname: %s", virLogHostname) < 0)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (virLogFormatString(msg, 0, NULL, VIR_LOG_INFO, hoststr) < 0) {
|
||||
VIR_FREE(hoststr);
|
||||
|
|
Loading…
Reference in New Issue