[Bps-public-commit] net-lighthouse branch, master, updated. 4334b11ed15d6fc3697e5520a0bdab5adbdb1cbd

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Sep 8 04:36:54 EDT 2009


The branch, master has been updated
       via  4334b11ed15d6fc3697e5520a0bdab5adbdb1cbd (commit)
      from  b812b49d4f53c4bd0d23d660dfae38558acfd833 (commit)

Summary of changes:
 lib/Net/Lighthouse/Project/Milestone.pm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 4334b11ed15d6fc3697e5520a0bdab5adbdb1cbd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Sep 8 16:36:50 2009 +0800

    error message tweak

diff --git a/lib/Net/Lighthouse/Project/Milestone.pm b/lib/Net/Lighthouse/Project/Milestone.pm
index 5912d25..b55dc16 100644
--- a/lib/Net/Lighthouse/Project/Milestone.pm
+++ b/lib/Net/Lighthouse/Project/Milestone.pm
@@ -42,7 +42,10 @@ sub load {
             $id = $milestone->id;
         }
         else {
-            die "can't find milestone $id in account " . $self->account;
+            die "can't find milestone $id in project "
+              . $self->project_id
+              . ' in account '
+              . $self->account;
         }
     }
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list