[Opensrf-commits] r2047 - trunk/src/perl/lib/OpenSRF (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 25 12:28:26 EDT 2010
Author: erickson
Date: 2010-10-25 12:28:23 -0400 (Mon, 25 Oct 2010)
New Revision: 2047
Modified:
trunk/src/perl/lib/OpenSRF/Transport.pm
Log:
log message processing duration at INFO level, instead of DEBUG, consistent with the C libs
Modified: trunk/src/perl/lib/OpenSRF/Transport.pm
===================================================================
--- trunk/src/perl/lib/OpenSRF/Transport.pm 2010-10-15 02:30:12 UTC (rev 2046)
+++ trunk/src/perl/lib/OpenSRF/Transport.pm 2010-10-25 16:28:23 UTC (rev 2047)
@@ -181,7 +181,7 @@
}
- $logger->debug(sprintf("Message processing duration: %.3fs",(time() - $start_time)), DEBUG);
+ $logger->info(sprintf("Message processing duration: %.3fs", (time() - $start_time)));
return $app_session;
}
More information about the opensrf-commits
mailing list