From: ivan Date: Wed, 16 Feb 2011 11:49:23 +0000 (+0000) Subject: more debugging X-Git-Tag: freeside_2_1_2~46 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=46200b612044957a15c49d6cfff147ea9a862795;hp=d410e7d2af597373deec489beb19181a3ba301b1;p=freeside.git more debugging --- diff --git a/FS/FS/ClientAPI.pm b/FS/FS/ClientAPI.pm index 488b079f2..1fea28c67 100644 --- a/FS/FS/ClientAPI.pm +++ b/FS/FS/ClientAPI.pm @@ -35,7 +35,7 @@ sub dispatch { my ( $self, $name ) = ( shift, shift ); $name =~ s(/)(::)g; my $sub = "FS::ClientAPI::$name"; - warn "$me dispatch: calling $sub\n" if $DEBUG; + warn "$me dispatch: calling $sub with args @_\n" if $DEBUG; no strict 'refs'; &{$sub}(@_); }