mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
tweak comments
This commit is contained in:
parent
64014944f3
commit
52a1ccd4dc
2 changed files with 3 additions and 3 deletions
2
xwords4/android/app/proguard-rules.pro
vendored
2
xwords4/android/app/proguard-rules.pro
vendored
|
@ -30,7 +30,7 @@
|
|||
# from a tag.
|
||||
# -keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# Prevents crash when jni code calls setInt on various jin.* classes
|
||||
# Prevents crash when jni code calls setInt on various jni.* classes
|
||||
-keep public class org.eehouse.android.xw4.jni.** { public *; }
|
||||
|
||||
-keep public class org.eehouse.android.xw4.NetLaunchInfo
|
||||
|
|
|
@ -632,8 +632,8 @@ server_initClientConnection( ServerCtxt* server, XWStreamCtxt* stream )
|
|||
#endif
|
||||
|
||||
} else {
|
||||
XP_LOGF( "%s: wierd state %s; dropping message", __func__,
|
||||
getStateStr(server->nv.gameState) );
|
||||
XP_LOGF( "%s: wierd state: %s (expected XWSTATE_NONE); dropping message",
|
||||
__func__, getStateStr(server->nv.gameState) );
|
||||
}
|
||||
stream_destroy( stream );
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue