> -----Original Message-----
> From: Ian Jackson [mailto:ian.jack...@eu.citrix.com]
> Sent: Saturday, September 26, 2015 3:15 AM
> To: xen-de...@lists.xenproject.org
> Cc: Hu, Robert <robert...@intel.com>; Ian Campbell
> <ian.campb...@citrix.com>; Ian Jackson <ian.jack...@eu.citrix.com>; Ian
> Jackson <ian.jack...@eu.citrix.com>
> Subject: [OSSTEST PATCH 15/26] DhcpWatch::leases: Fix a reporting message
> 
> This talks about `guest_check_ip', but this code is now factored out
> into a method.  Use the correct method name in reporting.
> 
> Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
> ---
> v14: New patch
> ---
>  Osstest/DhcpWatch/leases.pm |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Osstest/DhcpWatch/leases.pm b/Osstest/DhcpWatch/leases.pm
> index 9a74c40..b74ebf0 100644
> --- a/Osstest/DhcpWatch/leases.pm
> +++ b/Osstest/DhcpWatch/leases.pm
> @@ -171,7 +171,7 @@ sub check_ip ($$) {
>      }
>      $gho->{Ip}= $best->{' addr'};
> 
> -    report_once($gho, 'guest_check_ip',
> +    report_once($gho, 'leases::check_ip',
>               "guest $gho->{Name}: $gho->{Ether} $gho->{Ip}");
>      return undef;
>  }
Ack.
> --
> 1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to