diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index 8f72da5a4..29d0cb0f2 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -1360,7 +1360,7 @@ void RunAbcState::run(ConcurrentStack &process_pool) did_run = true; return; } - log("Don't call ABC as there is nothing to map.\n"); + logs.log("Don't call ABC as there is nothing to map.\n"); } void emit_global_input_files(const AbcConfig &config)