[freeside-commits] freeside/FS/FS ClientAPI.pm,1.6,1.7

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


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

Modified Files:
	ClientAPI.pm 
Log Message:
more debugging

Index: ClientAPI.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- ClientAPI.pm	16 Feb 2011 11:04:33 -0000	1.6
+++ ClientAPI.pm	16 Feb 2011 11:49:22 -0000	1.7
@@ -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