From 75787b3e4d7cccf82c3a4abedd8c20dd29786b08 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 20 Feb 2017 22:05:52 -0800 Subject: [PATCH] lnwallet: use spew when logging logging retribution --- lnwallet/channel.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 937f2016..f92295a7 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -926,8 +926,8 @@ func (lc *LightningChannel) closeObserver(channelCloseNtfn *chainntnfs.SpendEven return } - walletLog.Debugf("Punishment breach retribution created: %#v", - retribution) + walletLog.Debugf("Punishment breach retribution created: %v", + spew.Sdump(retribution)) // Finally, send the retribution struct over the contract beach // channel to allow the observer the use the breach retribution