|
@ -125,7 +125,7 @@ class HostCacheTransaction { |
|
|
constructor (dtp, message, rinfo) { |
|
|
constructor (dtp, message, rinfo) { |
|
|
this.dtp = dtp; |
|
|
this.dtp = dtp; |
|
|
this.created = Date.now(); // timestamp, not Date instance
|
|
|
this.created = Date.now(); // timestamp, not Date instance
|
|
|
this.component = { name: 'Host Cache Transaction', slug: 'host-cache-transaction' }; |
|
|
this.component = { logId: 'host-cache-transaction', index: 'hostCacheTransaction', className: 'HostCacheTransaction' }; |
|
|
this.log = new SiteLog(dtp, this.component); |
|
|
this.log = new SiteLog(dtp, this.component); |
|
|
|
|
|
|
|
|
this.message = message; |
|
|
this.message = message; |
|
|