Casey Brotherton created YETUS-480:
--------------------------------------
Summary: When verify_plugin_enabled finds that a plugin is not
enabled, it should log in debug
Key: YETUS-480
URL: https://issues.apache.org/jira/browse/YETUS-480
Project: Yetus
Issue Type: Improvement
Components: Test Patch
Reporter: Casey Brotherton
Priority: Minor
verify_plugin_enabled logs:
yetus_debug "verify_plugin_enabled: processing ${stridx}"
in the beginning of the function.
And if there is a plugin is enabled, then it logs the following:
yetus_debug "Post-parsing: checking ${bar} = ${toadd}"
If there is not a match, there is not another message.
1) It would be nice to log
2) It would be nice if the message for "processing" and "Post-parsing"
matches closer to be more obvious without code inspection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)