Feedback
- Converted std::cout to context.footnote, for custom reports and burndown. Not sure why they were wrong.
This commit is contained in:
@@ -175,8 +175,7 @@ int CmdCustom::execute (std::string& output)
|
||||
}
|
||||
else
|
||||
{
|
||||
out << STRING_FEEDBACK_NO_MATCH
|
||||
<< std::endl; // Yes, flush required.
|
||||
context.footnote (STRING_FEEDBACK_NO_MATCH);
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user