We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f24f3 commit a2830aeCopy full SHA for a2830ae
cli.js
@@ -282,6 +282,12 @@ function start (cabals) {
282
if (!args.offline) {
283
cabals.forEach((cabal) => {
284
console.log('Seeding', cabal.key)
285
+ console.log()
286
+ console.log('@: new peer')
287
+ console.log('x: peer left')
288
+ console.log('^: uploaded a chunk')
289
+ console.log('.: downloaded a chunk')
290
291
trackAndPrintEvents(cabal)
292
cabal.swarm()
293
})
0 commit comments