Correct log statement
Although in practice, these timestamps are often the same, they needn't be, and when they aren't, we want the sentMessage.timestamp here. // FREEBIE
This commit is contained in:
parent
2a6f42f8d1
commit
093eb001ff
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ MessageReceiver.prototype = {
|
|||
}
|
||||
if (syncMessage.sent) {
|
||||
var sentMessage = syncMessage.sent;
|
||||
console.log('sent message to', sentMessage.destination, envelope.timestamp.toNumber(), 'from', envelope.source + '.' + envelope.sourceDevice);
|
||||
console.log('sent message to', sentMessage.destination, sentMessage.timestamp.toNumber(), 'from', envelope.source + '.' + envelope.sourceDevice);
|
||||
return this.handleSentMessage(
|
||||
sentMessage.destination,
|
||||
sentMessage.timestamp,
|
||||
|
|
Loading…
Reference in a new issue