Log msg change

This commit is contained in:
Clifford Wolf 2015-01-31 21:26:53 +01:00
parent 1d92915a55
commit 67218443be
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ void run_frontend(std::string filename, std::string command, RTLIL::Design *desi
void run_pass(std::string command, RTLIL::Design *design)
{
log("\n-- Running pass `%s' --\n", command.c_str());
log("\n-- Running command `%s' --\n", command.c_str());
Pass::call(design, command);
}