mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-15 04:42:06 +00:00
demo/miracle-wfdctl: log message tweaks
This commit is contained in:
parent
11820f1502
commit
06223cab3e
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ private class WfdCtl : GLib.Application
|
||||||
BUS_NAME_WIFID,
|
BUS_NAME_WIFID,
|
||||||
path);
|
path);
|
||||||
links.insert(key, l);
|
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);
|
link_added(key, l);
|
||||||
}
|
}
|
||||||
return l as DBusProxy;
|
return l as DBusProxy;
|
||||||
|
@ -162,7 +162,7 @@ private class WfdCtl : GLib.Application
|
||||||
BUS_NAME_WIFID,
|
BUS_NAME_WIFID,
|
||||||
path);
|
path);
|
||||||
peers.insert(key, p);
|
peers.insert(key, p);
|
||||||
info("peer added: %s\n", key);
|
info("peer added: %s (%s)", key, p.friendly_name);
|
||||||
peer_added(key, p);
|
peer_added(key, p);
|
||||||
}
|
}
|
||||||
return p as DBusProxy;
|
return p as DBusProxy;
|
||||||
|
|
Loading…
Reference in a new issue