diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-19 01:40:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-19 01:40:10 -0600 |
| commit | 43de8708bf34678152ccbf05dc3af03eee63108d (patch) | |
| tree | bada5d71da398328a24b1387dcc81f2103121c73 /lib | |
| parent | c3c8957c06138da054f942be9d20e8d799fd3d27 (diff) | |
tuck remaining info-level message in substitutors inside block
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor/substitutors.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/substitutors.rb b/lib/asciidoctor/substitutors.rb index a1bff8c6..15a3d73e 100644 --- a/lib/asciidoctor/substitutors.rb +++ b/lib/asciidoctor/substitutors.rb @@ -337,7 +337,7 @@ module Substitutors end replacement.convert elsif replacement - logger.info %(expected substitution value for custom inline macro to be of type Inline; got #{replacement.class}: #{match}) + logger.info { %(expected substitution value for custom inline macro to be of type Inline; got #{replacement.class}: #{match}) } replacement else '' |
