Skip to content

Commit

Permalink
Merge pull request #265 from scality/bf/ZENKO-272/undefinedLogger
Browse files Browse the repository at this point in the history
bf: ZENKO-272 Undefined error logger
  • Loading branch information
jonathan-gramain authored Apr 25, 2018
2 parents ac21e19 + 13a43a2 commit 336fb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/replication/tasks/ReplicateObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class ReplicateObject extends BackbeatTask {
const kafkaEntries = [updatedSourceEntry.toKafkaEntry(this.site)];
return this.replicationStatusProducer.send(kafkaEntries, err => {
if (err) {
this.log.error(
log.error(
'error publishing entry to replication status topic',
{ method: 'ReplicateObject._publishReplicationStatus',
topic: this.repConfig.replicationStatusTopic,
Expand Down

0 comments on commit 336fb35

Please sign in to comment.