Clarify doc

This commit is contained in:
Jared Johnson 2014-12-17 15:37:24 -06:00
parent 02cf06441a
commit b42b3c92a1

View File

@ -80,8 +80,8 @@ Emitting this warning in a plugin is equivalent to using log():
`$self->log(LOGNOTICE, 'Danger Will Robinson!')`
Notably, using 'warn' in a plugin will always result in that warning being
emitted to STDERR, wheras messages sent with log() are not output to the
terminal when running the test suite.
emitted to STDERR when the test suite is executed, wheras messages sent with
log() are not output to the terminal when running the test suite.
## plugin loglevel