mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
include wifi device name in status
This commit is contained in:
parent
6f29b78456
commit
5659fe9096
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ public class WiDirService extends XWService {
|
|||
|
||||
public static String formatNetStateInfo()
|
||||
{
|
||||
return String.format( "mac: %s; role: %s",
|
||||
getMyMacAddress(),
|
||||
return String.format( "name: %s; mac: %s; role: %s",
|
||||
sDeviceName, getMyMacAddress(),
|
||||
sAmServer ? "group owner" : "guest" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue