@dxos/echo-pipeline 0.1.56-main.e79d64a → 0.1.56-main.ec576e1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1104,7 +1104,7 @@ var Pipeline = class {
1104
1104
  }
1105
1105
  const timeframe = this._state._startTimeframe;
1106
1106
  const seq = timeframe.get(feed.key) ?? -1;
1107
- log6.info("download", {
1107
+ log6("download", {
1108
1108
  feed: feed.key.truncate(),
1109
1109
  seq,
1110
1110
  length: feed.length
@@ -1120,7 +1120,9 @@ var Pipeline = class {
1120
1120
  }, (err, data) => {
1121
1121
  if (err) {
1122
1122
  } else {
1123
- log6.info("data", data, {
1123
+ log6.info("downloaded", {
1124
+ data
1125
+ }, {
1124
1126
  F: __dxlog_file7,
1125
1127
  L: 401,
1126
1128
  S: this,
@@ -2445,4 +2447,4 @@ export {
2445
2447
  SpaceProtocolSession,
2446
2448
  SpaceManager
2447
2449
  };
2448
- //# sourceMappingURL=chunk-GDF4DQU2.mjs.map
2450
+ //# sourceMappingURL=chunk-GELWTWOW.mjs.map