mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
util: Fix syntax-check
Broken by 759b4d1b0fe5f4d84d98b99153dfa7ac289dd167. Signed-off-by: Andrea Bolognani <abologna@redhat.com> (cherry picked from commit 6ce3acc129bfdbe7fd02bcb8bbe8af6d13903684)
This commit is contained in:
parent
3aadeae970
commit
abb70bb3d4
@ -478,9 +478,8 @@ virLogHostnameString(char **rawmsg,
|
|||||||
if (!virLogHostname)
|
if (!virLogHostname)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
if (virAsprintfQuiet(&hoststr, "hostname: %s", virLogHostname) < 0) {
|
if (virAsprintfQuiet(&hoststr, "hostname: %s", virLogHostname) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
|
||||||
|
|
||||||
if (virLogFormatString(msg, 0, NULL, VIR_LOG_INFO, hoststr) < 0) {
|
if (virLogFormatString(msg, 0, NULL, VIR_LOG_INFO, hoststr) < 0) {
|
||||||
VIR_FREE(hoststr);
|
VIR_FREE(hoststr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user