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