forked from TrueCloudLab/frostfs-node
[#324] ir/alphabet: Write error of TransferGas call to log
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
a6517bc877
commit
96f750d9c8
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ func (np *Processor) processEmit() {
|
|||
if err != nil {
|
||||
np.log.Warn("can't transfer gas",
|
||||
zap.String("receiver", key.Address()),
|
||||
zap.Int64("amount", int64(gasPerNode)))
|
||||
zap.Int64("amount", int64(gasPerNode)),
|
||||
zap.String("error", err.Error()),
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue