Skip to content

Commit

Permalink
Merge pull request #210 from jlewis13/thread_allocation
Browse files Browse the repository at this point in the history
Thread allocation
  • Loading branch information
jlewis13 authored Oct 17, 2017
2 parents d6fd45d + 9542b7d commit f13bbff
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 218 deletions.
2 changes: 1 addition & 1 deletion src/io/forsta/ccsm/api/model/ForstaMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static ForstaMessage fromJsonString(String messageBody) {
try {
forstaMessage = fromJsonStringOrThrows(messageBody);
} catch (InvalidMessagePayloadException e) {
Log.e(TAG, e.getMessage());
Log.e(TAG, "Invalid message payload: " + e.getMessage());
Log.e(TAG, messageBody);
forstaMessage.textBody = messageBody;
}
Expand Down
Loading

0 comments on commit f13bbff

Please sign in to comment.