Fix provider name to faasd-provider

Not sure how this got reverted / affected, but was wrong. The
name "faas-containerd" is gone and not in use.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2020-02-04 15:22:08 +00:00
committed by Alex Ellis
parent d49011702b
commit 283e8ed2c1
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ func runProvider(_ *cobra.Command, _ []string) error {
return err
}
log.Printf("faas-containerd starting..\tService Timeout: %s\n", config.WriteTimeout.String())
log.Printf("faasd-provider starting..\tService Timeout: %s\n", config.WriteTimeout.String())
wd, err := os.Getwd()
if err != nil {