From 7281d51e7e9f3ea6681a0109d97abf8dab646870 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 16 Jul 2008 11:51:09 +0000 Subject: [PATCH 1/1] "not connected" message is now logged at "irspy" level so it appears in overnight logs. This will allow me to track down systems that cause intermittent XML-parsing errors with bad connection-failed addinfo. --- lib/ZOOM/IRSpy/Test/Ping.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index e230b3b..bc915db 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.27 2007-05-09 11:19:36 mike Exp $ +# $Id: Ping.pm,v 1.28 2008-07-16 11:51:09 mike Exp $ # See the "Main" test package for documentation @@ -89,7 +89,7 @@ sub connected { sub not_connected { my($conn, $__UNUSED_task, $__UNUSED_udata, $exception) = @_; - $conn->log("irspy_test", "not connected: $exception"); + $conn->log("irspy", "not connected: $exception"); $conn->record()->store_result("probe", ok => 0, errcode => $exception->code(), -- 1.7.10.4