diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/NBSProto.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/NBSProto.java
index 0edcf970f..10252472b 100644
--- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/NBSProto.java
+++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/NBSProto.java
@@ -1,4 +1,4 @@
-/* -*- compile-command: "find-and-gradle.sh inXw4Deb"; -*- */
+/* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */
/*
* Copyright 2010 - 2019 by Eric House (xwords@eehouse.org). All rights
* reserved.
@@ -62,8 +62,9 @@ public class NBSProto {
String phone, short port )
{
addPacketFrom( context, phone, port, buffer );
+ Log.d( TAG, "got %d bytes from %s", buffer.length, phone );
if ( (0 == (++s_nReceived % TOAST_FREQ)) && showToasts( context ) ) {
- DbgUtils.showf( context, "Got msg %d", s_nReceived );
+ DbgUtils.showf( context, "Got NBS msg %d", s_nReceived );
}
ConnStatusHandler.updateStatusIn( context, CommsConnType.COMMS_CONN_SMS,
@@ -196,8 +197,8 @@ public class NBSProto {
}
getHelper().postEvent( MultiEvent.SMS_RECEIVE_OK );
} else {
- Log.d( TAG, "receiveBuffer(): bogus or incomplete message from %s",
- elem.phone );
+ Log.d( TAG, "processReceive(): bogus or incomplete message "
+ + "(%d bytes from %s)", elem.data.length, elem.phone );
}
}
if ( null != elem.nli ) {
diff --git a/xwords4/android/app/src/main/res/values/strings.xml b/xwords4/android/app/src/main/res/values/strings.xml
index 6dd74a7e3..7bfb45ed9 100644
--- a/xwords4/android/app/src/main/res/values/strings.xml
+++ b/xwords4/android/app/src/main/res/values/strings.xml
@@ -2656,10 +2656,10 @@
as a replacement for the relay.
Known Players…
- These are the remote players
- CrossWords has seen enough to know how to invite them quickly to
- new games. Their names default to what the remote user has chosen,
- but you can edit them to make them easier for you to use.
+ These are the remote players CrossWords
+ has seen enough to know how to invite them quickly to new
+ games. Their names default to what the remote player has chosen,
+ but you can change the names if you want.
MQTT DevID: %1$s
Bluetooth name: %1$s
Bluetooth addr: %1$s