summaryrefslogtreecommitdiff
path: root/pkg/auth/middleware.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/auth/middleware.go')
-rw-r--r--pkg/auth/middleware.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/auth/middleware.go b/pkg/auth/middleware.go
index 37c204e..dfd4da3 100644
--- a/pkg/auth/middleware.go
+++ b/pkg/auth/middleware.go
@@ -14,7 +14,7 @@ const anonAuth string = "anon"
const sip2Auth string = "sip"
func bailOnBadAuthModule(module string) {
- log.Fatal("Unknown auth module: '", module, "'. Should be one of: ", anonAuth, ", ", sipAuth, ".")
+ log.Fatal("Unknown auth module: '", module, "'. Should be one of: ", anonAuth, ", ", sip2Auth, ".")
}
func checkForAuthSecret(opts *config.Opts) {