Enhancement
- Output error, header, footnote and debug messages on standard error.
This commit is contained in:
committed by
Paul Beckingham
parent
b093d23f1f
commit
b45a305df2
@@ -691,7 +691,7 @@ ARE_THESE_REALLY_HARMFUL:
|
||||
|
||||
if (oops)
|
||||
{
|
||||
std::cout << STRING_ERROR_PREFIX << problem << "\n";
|
||||
std::cerr << STRING_ERROR_PREFIX << problem << "\n";
|
||||
|
||||
// Preserve the edits.
|
||||
before = after;
|
||||
|
||||
Reference in New Issue
Block a user