Skip to content

Commit

Permalink
fix: fix output to info and fallthrough
Browse files Browse the repository at this point in the history
Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
  • Loading branch information
dovholuknf committed Mar 21, 2024
1 parent bbc822d commit 547b16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ func initClientsMapping(config *config.ConfigurationStruct, dic *di.Container) {
}

case "http":
fallthrough
default:
fmt.Printf("client %s is NOT using zero trust? booooo\n", clientName)
lc.Infof("client using underlay: %s", clientName)
}
clientsMapping[fmt.Sprintf("/%s", clientName)] = client
}
Expand Down

0 comments on commit 547b16f

Please sign in to comment.