> On 9 May 2025, at 23:50, Michael Paquier <mich...@paquier.xyz> wrote: > > On Fri, May 09, 2025 at 07:21:17PM +0200, Daniel Gustafsson wrote: >> -=item $node->log_check($offset, $test_name, %parameters) >> +=item $node->log_check($test_name, $offset, %parameters) >> >> Check contents of server logs. > > Right, good catch. The internals of the routine use %params instead > of %parameters, so perhaps this should be changed as well in the > description?
Good point, not that documentation must match 1:1 but the other functions use %params in their docs and matching that has value. Done. -- Daniel Gustafsson