From 1db425069b5ba471a8ca1198285d0c81b18cc554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Mon, 1 Nov 2021 17:16:39 +0100 Subject: [PATCH] Stupid typo --- lib/kramdown-plantuml/jekyll_provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kramdown-plantuml/jekyll_provider.rb b/lib/kramdown-plantuml/jekyll_provider.rb index 2d1e29b4..3cc57461 100644 --- a/lib/kramdown-plantuml/jekyll_provider.rb +++ b/lib/kramdown-plantuml/jekyll_provider.rb @@ -51,7 +51,7 @@ def needle(plantuml, options) puts e logger.error 'Error while placing needle.' logger.error e.to_s - logger.plantuml + logger.debug_multiline plantuml end private