HiddenStage / divide

Apache License 2.0
280 stars 26 forks source link

Change Anonymous user login log first time it is run #9

Open 6thSigma opened 9 years ago

6thSigma commented 9 years ago

The first time a getAnonymousUser() method is run, it first tries logging in and the user doesn't exist. This outputs a bad error log.

Change the log to ensure this is expected behavior the first time this method is called.

6thSigma commented 9 years ago

8