From f3339961feea47bce48e400c0eda8468b2e0356e Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 4 Jun 2019 13:15:23 +0000 Subject: Fix missing \n in log statement. --- common/timing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/timing.cc b/common/timing.cc index 2ce9eea3..09d15758 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -752,7 +752,7 @@ void timing_analysis(Context *ctx, bool print_histogram, bool print_fmax, bool p } if (clock_reports.empty()) { - log_warning("No clocks found in design"); + log_warning("No clocks found in design\n"); } std::sort(xclock_paths.begin(), xclock_paths.end(), [ctx](const ClockPair &a, const ClockPair &b) { -- cgit v1.2.3