1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00
Files
kubo/namesys
W. Trevor King 02cb5f3b32 namesys/publisher: Drop the 'namesys: ' prefix for the Publish log
This is already handled by setup in namesys/routing.go:

  var log = u.Logger("namesys")
2015-05-19 19:54:12 -07:00
..