Skip to content

Commit

Permalink
Fixed bug with wrong variable name for error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Skvira committed Oct 18, 2010
1 parent 4340cdc commit a15902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function _initInternal(hostname, callback) {
conf = require(conf_path).conf;
_processProperties(conf);
} catch(err) {
sys.log('Unable to locate file ' + common_path);
sys.log('Unable to locate file ' + conf_path);
callback(err);
return;
}
Expand Down

0 comments on commit a15902b

Please # to comment.