Clearer warning
authorMike Taylor <mike@indexdata.com>
Wed, 12 Dec 2007 11:02:37 +0000 (11:02 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 12 Dec 2007 11:02:37 +0000 (11:02 +0000)
lib/ZOOM/IRSpy/Utils.pm

index de1e690..d5bc7b4 100644 (file)
@@ -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;
 }