]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: Fix build on FreeBSD
authorJiri Denemark <jdenemar@redhat.com>
Mon, 27 Mar 2017 17:43:31 +0000 (19:43 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 27 Mar 2017 17:43:31 +0000 (19:43 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/util/virnetdev.c

index 598d1c61a8c040fd19f190d4312d5a8c33e123d6..486fe4cd18f51641286659d7bff9afbe65ab9cef 100644 (file)
@@ -316,7 +316,7 @@ virNetDevSetMACInternal(const char *ifname,
 
         ret = 0;
  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");
 
         VIR_FORCE_CLOSE(s);