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) }