mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[bugfix] Correctly form debug message to avoid exceptions in libfmt.
This commit is contained in:
parent
a7ee48c2d5
commit
fee12696cb
@ -262,7 +262,7 @@ computeFluidProperties(const EvalWell& temperature,
|
||||
"rv {} and pressure {}. "
|
||||
"Continue as if no dissolution (rs = 0) and "
|
||||
"vaporization (rv = 0) for this connection.",
|
||||
d, well_.name(), rv, seg_pressure);
|
||||
d, well_.name(), rs, rv, seg_pressure);
|
||||
deferred_logger.debug(str);
|
||||
} else {
|
||||
if (rs > 0.0) {
|
||||
|
Loading…
Reference in New Issue
Block a user