ROBERT David wrote:
> Ok I fumbled around a bit and came with a code in User_Local.pm that looks 
> like this:
> 
>             foreach my $key (sort(keys(%args))) {
>                 next unless $args{$key};
>                 my $method = "Set$key";
> #               $self->$method($args{$key});
>                 my $power_user = RT::User->new($RT::SystemUser);
>                 $power_user->Load($self->Name);
>                 my ($method_success,$method_msg) = 
> $power_user->$method($args{$key});
>                 if (!$method_success) {
>                         $RT::Logger->debug("$method Failed. $method_msg");
>                 }
> 
>             }

What is the log output for

$RT::Logger->debug("$method Failed. $method_msg");

?

Specifically, what is the $method_msg?
-- 
Kind Regards,

__________________________________________________

Mike Peachey, IT
Tel: +44 114 281 2655
Fax: +44 114 281 2951
Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK
Comp Reg No: 3191371 - Registered In England
http://www.jennic.com
__________________________________________________
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to