Skip to content

Commit fa025cb

Browse files
committed
gpl: fix duplicate message IDs
1 parent 92076f3 commit fa025cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gpl/src/replace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ bool Replace::initNesterovPlace(const PlaceOptions& options, const int threads)
310310
timing_net_weight_max = *env_max;
311311
} else {
312312
log_->warn(
313-
GPL, 159, "Ignoring GPL_WEIGHT_MAX={} (must be > 0).", *env_max);
313+
GPL, 160, "Ignoring GPL_WEIGHT_MAX={} (must be > 0).", *env_max);
314314
}
315315
}
316316
}

src/gpl/src/timingBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ bool TimingBase::executeTimingDriven(bool run_journal_restore)
254254
if (!slack_min_opt || !slack_max_opt) {
255255
log_->warn(
256256
GPL,
257-
107,
257+
111,
258258
"Timing-driven: missing net slack. Timing-driven mode disabled.");
259259
return false;
260260
}

0 commit comments

Comments
 (0)