1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 09:51:54 +00:00

demo/miracle-wfdctl: log message tweaks

This commit is contained in:
Derek Dai 2017-03-28 17:30:14 +08:00
parent 11820f1502
commit 06223cab3e
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -150,7 +150,7 @@ private class WfdCtl : GLib.Application
BUS_NAME_WIFID,
path);
links.insert(key, l);
info("found wireless interface: %s\n", l.interface_name);
info("found wireless interface: %s", l.interface_name);
link_added(key, l);
}
return l as DBusProxy;
@ -162,7 +162,7 @@ private class WfdCtl : GLib.Application
BUS_NAME_WIFID,
path);
peers.insert(key, p);
info("peer added: %s\n", key);
info("peer added: %s (%s)", key, p.friendly_name);
peer_added(key, p);
}
return p as DBusProxy;