ipfs/kubo

Print dial status messages to stderr

Open

#4 355 ouverte le 30 oct. 2017

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Go (2 725 forks)batch import
help wantedkind/enhancementtopic/commands

Métriques du dépôt

Stars
 (13 906 stars)
Métriques de merge PR
 (Merge moyen 4j 2h) (28 PRs mergées en 30 j)

Description

Currently, it can be a bit difficult to debug dial errors because:

  1. We only print the last error.
  2. We don't clearly state what addresses we're trying to dial.

Printing something like,

error: ...
error: ...
dialing [3/N]: /ip4/STUFF...

would make this significantly easier to debug.

see #3933

Guide contributeur