[Rt-commit] rt branch, 3.999-trunk, updated. 719e352044ece3148d50b5a2454a427e333a425e

sartak at bestpractical.com sartak at bestpractical.com
Thu Dec 3 06:15:51 EST 2009


The branch, 3.999-trunk has been updated
       via  719e352044ece3148d50b5a2454a427e333a425e (commit)
      from  20bcfccd204869971b757ebe19afeeada34370d1 (commit)

Summary of changes:
 lib/RT/Model/Ticket.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 719e352044ece3148d50b5a2454a427e333a425e
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Dec 3 06:15:29 2009 -0500

    Fix some verbiage in a warning

diff --git a/lib/RT/Model/Ticket.pm b/lib/RT/Model/Ticket.pm
index a9795ca..e64c4ab 100755
--- a/lib/RT/Model/Ticket.pm
+++ b/lib/RT/Model/Ticket.pm
@@ -1065,7 +1065,7 @@ sub validate_queue {
     my $meta  = shift;
 
     if ( !$value ) {
-        Jifty->log->warn( " RT:::Queue::validate_Queue called with a null value. this isn't ok." );
+        Jifty->log->warn( " RT::Model::Ticket::validate_queue called with a null value." );
         return (1);
     }
 

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


More information about the Rt-commit mailing list