Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
Fix logging statement per issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilby committed Sep 28, 2013
1 parent 2940200 commit 99ffda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stackdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function StackdriverBackend(startupTime, config, emitter) {
util.log('Stackdriver backend is running in debug mode, extra logging will occur');
}
if (this.source) {
util.log('Source param set to ' + source + ', all points sent to Stackdriver will be associated with that instance');
util.log('Source param set to ' + this.source + ', all points sent to Stackdriver will be associated with that instance');
}

// attach
Expand Down

0 comments on commit 99ffda6

Please sign in to comment.