Commit aabbdb11 authored by Preston Van Loon's avatar Preston Van Loon Committed by vyzo

Update pubsub.go

parent 54f20b5a
......@@ -31,7 +31,7 @@ var (
// ErrSubscriptionCancelled may be returned when a subscription Next() is called after the
// subscription has been cancelled.
ErrSubscriptionCancelled = errors.New("subscription cancelled by calling sub.Cancel()")
ErrSubscriptionCancelled = errors.New("subscription cancelled")
)
var log = logging.Logger("pubsub")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment