Merge pull request #285 from whitequark/fix-missing-newline
Fix missing \n in log statement
This commit is contained in:
commit
206761b415
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user