Author: fancy
Date: Tue Mar 23 18:17:28 2010
New Revision: 926699

URL: http://svn.apache.org/viewvc?rev=926699&view=rev
Log:
OPENJPA-1585: Additional trace helps users to relate query or entity actions to 
SQL pushdowns
fix typo in doc

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml?rev=926699&r1=926698&r2=926699&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml Tue Mar 
23 18:17:28 2010
@@ -216,7 +216,7 @@ Pretty-printing properties configuration
                 </indexterm>
 <literal>openjpa.jdbc.SQLDiag</literal>: This logging channel provides 
additional
 information about entity actitvies such as create, find, update or delete, and 
eager 
-loading of relation or field properties. If you enable this channel, it is 
recommanded
+loading of relation or field properties. If you enable this channel, it is 
recommended
 that <literal>openjpa.jdbc.SQL</literal> channel is also enabled. 
 The additional trace can help you relate the entity activities to the 
execution of 
 SQL statements that OpenJPA issued to the datastore.


Reply via email to