From: Ian Jackson Date: Fri, 22 Jan 2021 14:51:38 +0000 (+0000) Subject: target_editfile_kvp_replace: Add a bit of logging X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=03f5380c4412e89469df01b4f54d985f2bd41b36;p=people%2Faperard%2Fosstest.git target_editfile_kvp_replace: Add a bit of logging This helps see what's going on without fishing individual before-and-after files out of the log directory. Signed-off-by: Ian Jackson --- diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index d2558f31..9e85303a 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -777,6 +777,7 @@ sub teditfileex { sub target_editfile_kvp_replace { my (%kv) = @_; + logm("substituing: @_"); my $prnow= sub { my ($key) = @_; my $value = $kv{$key};