forked from TrueCloudLab/frostfs-node
[#1] Fix project name in comments here and there
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
c6645ef775
commit
f825cfac78
15 changed files with 48 additions and 45 deletions
|
@ -59,7 +59,7 @@ func initControlService(c *cfg) {
|
|||
c.cfgControlService.server = grpc.NewServer()
|
||||
|
||||
c.onShutdown(func() {
|
||||
stopGRPC("NeoFS Control API", c.cfgControlService.server, c.log)
|
||||
stopGRPC("FrostFS Control API", c.cfgControlService.server, c.log)
|
||||
})
|
||||
|
||||
control.RegisterControlServiceServer(c.cfgControlService.server, ctlSvc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue