From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 15/26] DhcpWatch::leases: Fix a reporting message Date: Fri, 25 Sep 2015 20:15:11 +0100 Message-ID: <1443208522-24905-7-git-send-email-ian.jackson@eu.citrix.com> References: <1443181028-22705-1-git-send-email-ian.jackson@eu.citrix.com> <1443208522-24905-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfYT2-0001Lb-GU for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 19:15:36 +0000 In-Reply-To: <1443208522-24905-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Robert Ho , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 --- 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; } -- 1.7.10.4