diff --git a/latest/_modules/compass/ocean/tests/global_ocean/dynamic_adjustment.html b/latest/_modules/compass/ocean/tests/global_ocean/dynamic_adjustment.html
index 2e650e35d7..d686326328 100644
--- a/latest/_modules/compass/ocean/tests/global_ocean/dynamic_adjustment.html
+++ b/latest/_modules/compass/ocean/tests/global_ocean/dynamic_adjustment.html
@@ -234,6 +234,7 @@
Source code for compass.ocean.tests.global_ocean.dynamic_adjustment
and timers
"""
config = self.config
+
logger = self.logger
variables = ['temperature', 'salinity', 'layerThickness',
'normalVelocity']
@@ -257,7 +258,10 @@
Source code for compass.ocean.tests.global_ocean.dynamic_adjustment
raise ValueError(
f'Max of {var} > allowed threshold: '
f'{max_in_global_stats} > {max_value} '
- f'in {filename}')
+
f'in {filename}')
+
logger.info(f'As desired, max of {var}: '
+
f'{max_in_global_stats} <= {max_value} in\n'
+
f' {filename}')
def _add_step(self, step_name, options, get_dt_from_min_res,