Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
log auth errors which are handled gracefully to stdout rather than st…
Browse files Browse the repository at this point in the history
…derr
  • Loading branch information
lucas42 committed Dec 27, 2013
1 parent 4eedd7e commit f6352ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HttpRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void processRequest() {
} else {

// If the authentication returned an error response, then invalidate the token.
Manager.logErr("Auth Error: "+ad.getError());
Manager.log("Auth Error: "+ad.getError());
agents.remove(token);
agentid = null;
}
Expand Down

0 comments on commit f6352ee

Please sign in to comment.