Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
Fix invalid error message and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbreen committed Apr 26, 2015
1 parent ad3e5c8 commit d046868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -31,7 +31,7 @@ if (!log_dir) {
try {
var logger = require('./lib/logger.js').setLogDir(log_dir);
} catch(e) {
console.err("Failed to initialize logger pointing at %s", log_dir);
console.error("Failed to initialize logger pointing at %s", log_dir);
process.exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "oauth_reverse_proxy",
"description": "An OAuth 1.0a authenticating proxy and reverse proxy",
"version": "1.5.1",
"version": "1.5.2",
"contributors": [
{
"name": "Ryan Breen",
Expand Down

0 comments on commit d046868

Please sign in to comment.