Skip to content

Commit a2830ae

Browse files
committed
Also print a legend of mini-log sigils
1 parent d1f24f3 commit a2830ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@ function start (cabals) {
282282
if (!args.offline) {
283283
cabals.forEach((cabal) => {
284284
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+
console.log()
285291
trackAndPrintEvents(cabal)
286292
cabal.swarm()
287293
})

0 commit comments

Comments
 (0)