util: Fix build on FreeBSD

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark 2017-03-27 19:43:31 +02:00
parent 29f7b5ea6a
commit 9bca66530b

View File

@ -316,7 +316,7 @@ virNetDevSetMACInternal(const char *ifname,
ret = 0; ret = 0;
cleanup: cleanup:
VIR_DEBUG("SIOCSIFLLADDR %s MAC=%s - %s", ifname, mac + 1), VIR_DEBUG("SIOCSIFLLADDR %s MAC=%s - %s", ifname, mac + 1,
ret < 0 ? "Fail" : "Success"); ret < 0 ? "Fail" : "Success");
VIR_FORCE_CLOSE(s); VIR_FORCE_CLOSE(s);