mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-11 10:23:10 +00:00
Modify logger for relay test
This commit is contained in:
parent
22956c6dd8
commit
339afb5733
@ -410,7 +410,7 @@ func (wrapper *WakuNodeWrapper) VerifyMessageReceived(expectedMessage *pb.WakuMe
|
||||
logger.Debug("Message hash does not match")
|
||||
return errors.New("message hash does not match")
|
||||
}
|
||||
logger.Debug("Message received and verified successfully")
|
||||
logger.Debug("Message received and verified successfully", zap.String("Message: ", string(envelope.Message().Payload)))
|
||||
return nil
|
||||
case <-time.After(5 * time.Second):
|
||||
logger.Debug("Timeout: message not received within 5 seconds")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user