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

silence error log on shutdown

This commit is contained in:
Jeromy
2015-05-20 23:23:55 -07:00
parent ba82328dd9
commit bd30866c1b

View File

@ -80,7 +80,7 @@ func (fs *Filesystem) Close() error {
defer wg.Done()
err := r.Publish(context.TODO())
if err != nil {
log.Error(err)
log.Notice(err)
return
}
}(r)