From: Mike Taylor Date: Wed, 16 Jul 2008 11:51:09 +0000 (+0000) Subject: "not connected" message is now logged at "irspy" level so it appears X-Git-Tag: CPAN-v1.02~326 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=ca59becbe941d7ae6f4e9467249c765e191e63a6 "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. --- 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(),