[Bioperl-guts-l] [15639] bioperl-live/trunk/Bio/Root/Utilities.pm: [bug 2737]

Christopher John Fields cjfields at dev.open-bio.org
Thu Apr 16 12:39:30 EDT 2009


Revision: 15639
Author:   cjfields
Date:     2009-04-16 12:39:30 -0400 (Thu, 16 Apr 2009)

Log Message:
-----------
[bug 2737]
* make warning a little more informative

Modified Paths:
--------------
    bioperl-live/trunk/Bio/Root/Utilities.pm

Modified: bioperl-live/trunk/Bio/Root/Utilities.pm
===================================================================
--- bioperl-live/trunk/Bio/Root/Utilities.pm	2009-04-16 16:26:32 UTC (rev 15638)
+++ bioperl-live/trunk/Bio/Root/Utilities.pm	2009-04-16 16:39:30 UTC (rev 15639)
@@ -1245,7 +1245,7 @@
         if (scalar @exes) {
             $exe = $exes[0];
             if (defined $exes[1]) {
-                $self->warn("find_exe: Multiple paths to '$name' found. Using first.");
+                $self->warn("find_exe: Multiple paths to '$name' found. Using $exe.");
             }
         }
     }




More information about the Bioperl-guts-l mailing list