lib/trust_level_repo.rb 🔗
@@ -48,7 +48,7 @@ class TrustLevelRepo
body = stanza.body.to_s
if body =~ /^$|http|code/i
- LOG.info "Body is no good: #{body}"
+ LOG.info "Body is no good: #{stanza.class} #{stanza}"
return
end
Stephen Paul Weber created
lib/trust_level_repo.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -48,7 +48,7 @@ class TrustLevelRepo
body = stanza.body.to_s
if body =~ /^$|http|code/i
- LOG.info "Body is no good: #{body}"
+ LOG.info "Body is no good: #{stanza.class} #{stanza}"
return
end