added more diagnostics

This commit is contained in:
Dave White 2003-11-25 21:50:51 +00:00
parent 41a93b5b65
commit 81599bdc1e

View file

@ -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";