[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4120] branches/1.3/old-handler.pl



Revision: 4120
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4120&view=rev
Author:   tshvr
Date:     2011-12-01 11:40:37 +0000 (Thu, 01 Dec 2011)
Log Message:
-----------
adding commented stderr print for tracing flow

Modified Paths:
--------------
    branches/1.3/old-handler.pl

Modified: branches/1.3/old-handler.pl
===================================================================
--- branches/1.3/old-handler.pl	2011-12-01 11:15:51 UTC (rev 4119)
+++ branches/1.3/old-handler.pl	2011-12-01 11:40:37 UTC (rev 4120)
@@ -131,7 +131,7 @@
       or $form->error( __FILE__ . ':' . __LINE__ . ": Locale not loaded: $!\n" );
 }
 # pull in the main code
-
+#print STDERR localtime()." old-handler.pl trying "."bin/$form->{script}"." action=$form->{action}\n";#trace flow
 try {
   require "bin/$form->{script}";
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.