Skip to content

Commit

Permalink
Merge pull request #709 from Mirantis/typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
pigmej authored Jul 4, 2018
2 parents d56d5b8 + 92cc6af commit 9de056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (v *VirtletManager) Run() error {
glog.Warning(err)
}

glog.V(1).Infof("Starting server on socket %s", v.config.CRISocketPath)
glog.V(1).Infof("Starting server on socket %s", *v.config.CRISocketPath)
if err = v.server.Serve(*v.config.CRISocketPath); err != nil {
return fmt.Errorf("serving failed: %v", err)
}
Expand Down

0 comments on commit 9de056b

Please sign in to comment.