Skip to content

Commit

Permalink
[*] don't mention hostname in log message for --trigger-value
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Nov 14, 2024
1 parent 01771b3 commit e4bba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vipconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func NewConfig() (*Config, error) {
if err != nil {
fmt.Printf("No trigger-value specified, hostname could not be retrieved: %s", err)
} else {
fmt.Printf("No trigger-value specified, instead using hostname: %v", triggerValue)
fmt.Printf("No trigger-value specified, instead using: %v", triggerValue)
viper.Set("trigger-value", triggerValue)
}
}
Expand Down

0 comments on commit e4bba8e

Please sign in to comment.