[freeside-commits] freeside/FS/FS cust_main.pm,1.277,1.278

Ivan,,, ivan at wavetail.420.am
Wed Mar 21 16:07:16 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv1854

Modified Files:
	cust_main.pm 
Log Message:
fix bug displaying additional debugging info when process returns no error_message

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- cust_main.pm	21 Mar 2007 22:09:07 -0000	1.277
+++ cust_main.pm	21 Mar 2007 23:07:14 -0000	1.278
@@ -2799,7 +2799,7 @@
           "No additional debugging information available for $processor";
       }
 
-      $perror .= "No error_message returned from $processor -- ";
+      $perror .= "No error_message returned from $processor -- ".
                  ( ref($t_response) ? Dumper($t_response) : $t_response );
 
     }



More information about the freeside-commits mailing list