Skip to content

Commit

Permalink
Merge pull request #1 from caleywoods/master
Browse files Browse the repository at this point in the history
Added 'seconds' to tokenAge stats output
  • Loading branch information
Mike Krieger committed Apr 5, 2012
2 parents c740a07 + 59ea3f2 commit f3f17ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node2dm.js
Expand Up @@ -341,7 +341,7 @@ function C2DMConnection(config) {
var loggedInStatus = (self.currentAuthorizationToken ? "true" : "false");
stream.write("logged_in_to_c2dm: " + loggedInStatus + "\n");
if (self.currentAuthorizationToken) {
stream.write("token_age: " + tokenAge + "\n");
stream.write("token_age: " + tokenAge + " seconds\n");
}

var memoryUsage = process.memoryUsage();
Expand Down

0 comments on commit f3f17ec

Please sign in to comment.