added more diagnostics
This commit is contained in:
parent
41a93b5b65
commit
81599bdc1e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void internal_preprocess_file(const std::string& fname,
|
|||
pos = new_pos;
|
||||
}
|
||||
|
||||
std::cerr << "'" << replace_with << "' (substituted " << subs << " times), ";
|
||||
std::cerr << "'" << item << "' -> '" << replace_with << "' (substituted " << subs << " times), ";
|
||||
}
|
||||
|
||||
std::cerr << "\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue