[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-128-g5107a79
Kevin Falcone
falcone at bestpractical.com
Thu Aug 12 13:39:49 EDT 2010
The branch, 3.8-trunk has been updated
via 5107a7901eb5d2c9e76b1685b9240385e031db7b (commit)
from 8df6a6a85bf5b1c64294edd2c83b9c8b35982d50 (commit)
Summary of changes:
lib/RT/ACE_Overlay.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5107a7901eb5d2c9e76b1685b9240385e031db7b
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Aug 4 18:01:08 2010 -0400
Cluck will warn out a stacktrace and then crit a 1
longmess will crit the stacktrace which seems to be more what this code
was actually trying to do
diff --git a/lib/RT/ACE_Overlay.pm b/lib/RT/ACE_Overlay.pm
index 644b826..64c7d68 100755
--- a/lib/RT/ACE_Overlay.pm
+++ b/lib/RT/ACE_Overlay.pm
@@ -691,7 +691,7 @@ sub _CanonicalizePrincipal {
unless ( $princ_obj->Id ) {
use Carp;
- $RT::Logger->crit(Carp::cluck);
+ $RT::Logger->crit(Carp::longmess);
$RT::Logger->crit("Can't load a principal for id $princ_id");
return ( $princ_obj, undef );
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list