diff --git a/channels/storage/impl.go b/channels/storage/impl.go
index de2f38b01c5eec710edeb0a8a37a7a5f509002d2..f9506fb2304d5781a5301bbccaa57df9ca7404dd 100644
--- a/channels/storage/impl.go
+++ b/channels/storage/impl.go
@@ -128,7 +128,7 @@ func (i *impl) ReceiveReaction(channelID *id.ID, messageID, reactionTo message.I
 // make no update.
 func (i *impl) UpdateFromUUID(uuid uint64, messageID *message.ID, timestamp *time.Time,
 	round *rounds.Round, pinned, hidden *bool, status *channels.SentStatus) {
-	parentErr := errors.New("failed to UpdateFromMessageID")
+	parentErr := errors.New("failed to UpdateFromUUID")
 
 	msgToUpdate := &Message{
 		Id:     uuid,