[freeside-commits] freeside/FS/FS ClientAPI.pm,1.5.4.1,1.5.4.2

Ivan,,, ivan at wavetail.420.am
Wed Feb 16 03:49:25 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14884

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	ClientAPI.pm 
Log Message:
more debugging

Index: ClientAPI.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI.pm,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -u -w -d -r1.5.4.1 -r1.5.4.2
--- ClientAPI.pm	16 Feb 2011 11:04:34 -0000	1.5.4.1
+++ ClientAPI.pm	16 Feb 2011 11:49:23 -0000	1.5.4.2
@@ -35,7 +35,7 @@
   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}(@_);
 }



More information about the freeside-commits mailing list