Skip to content

Commit

Permalink
Merge pull request #578 from cwash/patch-1
Browse files Browse the repository at this point in the history
fix log message onSuspend
  • Loading branch information
jfarcand committed Aug 28, 2012
2 parents 31ca5c3 + e8a480f commit 395494f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public EventsLogger() {


public void onSuspend(final AtmosphereResourceEvent event) {
System.out.println("onResume: " + event);
System.out.println("onSuspend: " + event);
}

public void onResume(AtmosphereResourceEvent event) {
Expand Down

0 comments on commit 395494f

Please sign in to comment.