summaryrefslogtreecommitdiff
path: root/internal/server/custom.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server/custom.go')
-rw-r--r--internal/server/custom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/custom.go b/internal/server/custom.go
index bf0b230..0d78308 100644
--- a/internal/server/custom.go
+++ b/internal/server/custom.go
@@ -18,7 +18,7 @@ func (ss *Servers) SetCustomServer(server Server) error {
ss.CustomServers.CurrentURL = b.URL
ss.IsType = CustomServerType
} else {
- return errors.Errorf("not a custom server")
+ return errors.Errorf("this server is not yet added as a custom server: %s", b.URL)
}
return nil
}