log stanza we're trying to get body from

Stephen Paul Weber created

Change summary

lib/trust_level_repo.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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