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:
426f1dd
)
Clearer warning
author
Mike Taylor
<mike@indexdata.com>
Wed, 12 Dec 2007 11:02:37 +0000
(11:02 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 12 Dec 2007 11:02:37 +0000
(11:02 +0000)
lib/ZOOM/IRSpy/Utils.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Utils.pm
b/lib/ZOOM/IRSpy/Utils.pm
index
de1e690
..
d5bc7b4
100644
(file)
--- a/
lib/ZOOM/IRSpy/Utils.pm
+++ b/
lib/ZOOM/IRSpy/Utils.pm
@@
-1,4
+1,4
@@
-# $Id: Utils.pm,v 1.36 2007-09-20 10:12:19 mike Exp $
+# $Id: Utils.pm,v 1.37 2007-12-12 11:02:37 mike Exp $
package ZOOM::IRSpy::Utils;
@@
-217,7
+217,7
@@
sub _irspy_identifier2target {
return "sru=srw,http:$target";
}
- warn "unrecognised protocol '$protocol' in ID $id";
+ warn "_irspy_identifier2target($id): unrecognised protocol '$protocol'";
return $target;
}