aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index ec4dba32c..b70729987 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -377,7 +377,7 @@ static void netlink_device_change(struct nlmsg* nlmsg, int sock, const char* nam
if (macsize)
netlink_attr(nlmsg, IFLA_ADDRESS, mac, macsize);
int err = netlink_send(nlmsg, sock);
- debug("netlink: device %s up master %s: %s\n", name, master, strerror(err));
+ debug("netlink: device %s up master %s: %s\n", name, master ? master : "NULL", strerror(err));
(void)err;
}
#endif