mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
add core id to worker stop log message
This commit is contained in:
parent
c46373ffc5
commit
d953d1e8f2
@ -78,7 +78,7 @@ func (n *DataWorkerNode) Start() error {
|
||||
}
|
||||
|
||||
func (n *DataWorkerNode) Stop() {
|
||||
n.logger.Info("stopping data worker node")
|
||||
n.logger.Info("stopping data worker node", zap.Uint("core_id", n.coreId))
|
||||
|
||||
if n.pebble != nil {
|
||||
err := n.pebble.Close()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user