summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-09-08 15:56:25 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-08 20:10:15 +0200
commit6ba46743264ad88132f4492b904b10542842e284 (patch)
treed90469c7a008a4e1c6416cacfaddf987a9c760c6 /pkg
parent85e61a7d05d2617bb1a003fdfe756f5e56520b89 (diff)
[bug] show only bad_auth dialog
Diffstat (limited to 'pkg')
-rw-r--r--pkg/bitmask/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bitmask/init.go b/pkg/bitmask/init.go
index bed98e5..7ac6f76 100644
--- a/pkg/bitmask/init.go
+++ b/pkg/bitmask/init.go
@@ -79,7 +79,7 @@ func ConfigureProvider(opts *ProviderOpts) {
emptyPass, err := strconv.ParseBool(opts.AuthEmptyPass)
if err == nil {
config.AuthEmptyPass = emptyPass
- log.Println("DEBUG: provider allows empty pass", emptyPass)
+ log.Println("DEBUG: provider allows empty pass:", emptyPass)
}
}