Skip to content

Commit

Permalink
Corrected logger
Browse files Browse the repository at this point in the history
  • Loading branch information
r-franke committed Jul 16, 2021
1 parent 4b42957 commit a07ef34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ func loadHaasEnvironment(requested Requested) Env {
if err != nil {
return env
}
InfoLogger.Println("Rabbitmq found, connectionstring available under env.RMQ ")
internalInfoLogger.Println("Rabbitmq found, connectionstring available under env.RMQ ")
if len(rabbitVars) > 1 {
InfoLogger.Println("Multiple Rabbit bindings discovered. Loading first one by default.")
internalInfoLogger.Println("Multiple Rabbit bindings discovered. Loading first one by default.")
}
credentials := rabbitVars[0].Credentials
env.RMQ = credentials["uri"].(string)
Expand Down

0 comments on commit a07ef34

Please sign in to comment.