pkg/logging: Remove unneeded argument
This commit is contained in:
parent
d7847b5d69
commit
2493cbb078
15 changed files with 75 additions and 76 deletions
|
|
@ -43,7 +43,7 @@ func (p pv) Run(context wisski_distillery.Context) error {
|
|||
}
|
||||
|
||||
// and we're done!
|
||||
logging.LogMessage(context.Stderr, context.Context, "Instance has been provisioned")
|
||||
logging.LogMessage(context.Stderr, "Instance has been provisioned")
|
||||
context.Printf("URL: %s\n", instance.URL().String())
|
||||
context.Printf("Username: %s\n", instance.DrupalUsername)
|
||||
context.Printf("Password: %s\n", instance.DrupalPassword)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue