Skip to content

Commit

Permalink
fix(signalfx): repeat word in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Sep 5, 2019
1 parent 6db6b34 commit ec7190c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SignalFxMetricsReporter extends Reporter {
validateSignalFxClient(signalFxClient);
this._signalFxClient = signalFxClient;

this._log.debug(`SignalFx Metrics Reporter Created with the following default default reporting interval: ${options.defaultReportingIntervalInSeconds}, default dimensions: ${JSON.stringify(options.defaultDimensions, null, 2)}`);
this._log.debug(`SignalFx Metrics Reporter Created with the following default reporting interval: ${options.defaultReportingIntervalInSeconds}, default dimensions: ${JSON.stringify(options.defaultDimensions, null, 2)}`);
}

/**
Expand Down

0 comments on commit ec7190c

Please sign in to comment.