提交 15072f3a 编写于 作者: L Laine Stump

util: add some debug log to virNetDevGetMaster

This makes it easier to see why libvirt has decided it must re-attach
a tap device to its bridge.
Signed-off-by: NLaine Stump <laine@laine.org>
ACKed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 032548c4
......@@ -977,6 +977,7 @@ virNetDevGetMaster(const char *ifname, char **master)
goto cleanup;
}
VIR_DEBUG("IFLA_MASTER for %s is %s", ifname, *master ? *master : "(none)");
ret = 0;
cleanup:
VIR_FREE(nlData);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册