diff --git a/namesys/publisher.go b/namesys/publisher.go
index 38dd8d082732ae6125645db7946cf419b2be90d2..b20a47bea57115b494e310851d99ce920572559b 100644
--- a/namesys/publisher.go
+++ b/namesys/publisher.go
@@ -42,7 +42,7 @@ func NewRoutingPublisher(route routing.IpfsRouting) Publisher {
 // Publish implements Publisher. Accepts a keypair and a value,
 // and publishes it out to the routing system
 func (p *ipnsPublisher) Publish(ctx context.Context, k ci.PrivKey, value path.Path) error {
-	log.Debugf("namesys: Publish %s", value)
+	log.Debugf("Publish %s", value)
 
 	data, err := createRoutingEntryData(k, value)
 	if err != nil {