projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08383fa
)
"not connected" message is now logged at "irspy" level so it appears
author
Mike Taylor
<mike@indexdata.com>
Wed, 16 Jul 2008 11:51:09 +0000
(11:51 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 16 Jul 2008 11:51:09 +0000
(11:51 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Ping.pm
b/lib/ZOOM/IRSpy/Test/Ping.pm
index
e230b3b
..
bc915db
100644
(file)
--- 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(),