From a0206728ac02ff8eb0b29946b44479f43d8b6178 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 12 Jul 2013 11:26:36 -0700 Subject: [PATCH] Notify.pm: fix "CIA.vc is defunct" warning Show the project name instead of the unhelpful HASH value. --- Girocco/Notify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Girocco/Notify.pm b/Girocco/Notify.pm index c96d98e..cb0bcb3 100644 --- a/Girocco/Notify.pm +++ b/Girocco/Notify.pm @@ -163,7 +163,7 @@ EOT my $rpc_request = RPC::XML::request->new('hub.deliver', $msg); #my $rpc_response = $rpc_client->send_request($rpc_request); #ref $rpc_response or print STDERR "XML-RPC Error: $RPC::XML::ERROR\n"; - print STDERR "$proj.git: CIA.vc is defunct ($cianame)\n"; + print STDERR "$proj->{name}.git: CIA.vc is defunct ($cianame)\n"; } sub cia { -- 2.11.4.GIT