From 440d3514eddfff0c634c0f4e49bda9aca2e09f3b Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Tue, 5 Feb 2019 15:41:04 +0100 Subject: [PATCH] upd(messaging): serviceError update --- system/service/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/service/error.go b/system/service/error.go index f2180634b..bae0374e6 100644 --- a/system/service/error.go +++ b/system/service/error.go @@ -5,5 +5,5 @@ type ( ) func (e serviceError) Error() string { - return "crust.sam.service." + string(e) + return "crust.messaging.service." + string(e) }