Merge pull request #5261 from blattms/fix-libfmt-call

[bugfix] Correctly form debug message to avoid exceptions in libfmt.
This commit is contained in:
Markus Blatt 2024-03-22 15:03:06 +01:00 committed by GitHub
commit dc17b86865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {