1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00

turn logging on by default, also make Provide not fail when no peers connected

This commit is contained in:
Jeromy
2014-09-22 19:22:04 -07:00
parent adcf0bfe70
commit 7bc4fbfa5d
3 changed files with 2 additions and 3 deletions

View File

@ -62,7 +62,7 @@ func ipfsCmd(c *commander.Command, args []string) error {
}
func main() {
// u.Debug = true
u.Debug = true
err := CmdIpfs.Dispatch(os.Args[1:])
if err != nil {
if len(err.Error()) > 0 {