tweak comments

This commit is contained in:
Eric House 2017-07-19 06:16:22 -07:00
parent 64014944f3
commit 52a1ccd4dc
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
# from a tag. # from a tag.
# -keepattributes SourceFile,LineNumberTable # -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.jni.** { public *; }
-keep public class org.eehouse.android.xw4.NetLaunchInfo -keep public class org.eehouse.android.xw4.NetLaunchInfo

View file

@ -632,8 +632,8 @@ server_initClientConnection( ServerCtxt* server, XWStreamCtxt* stream )
#endif #endif
} else { } else {
XP_LOGF( "%s: wierd state %s; dropping message", __func__, XP_LOGF( "%s: wierd state: %s (expected XWSTATE_NONE); dropping message",
getStateStr(server->nv.gameState) ); __func__, getStateStr(server->nv.gameState) );
} }
stream_destroy( stream ); stream_destroy( stream );
return result; return result;