Author: dwoods
Date: Tue Mar 23 18:51:12 2010
New Revision: 926723
URL: http://svn.apache.org/viewvc?rev=926723&view=rev
Log:
OPENJPA-1585 merge doc typo fix from trunk r926699
Modified:
openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_logging.xml
Modified:
openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_logging.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_logging.xml?rev=926723&r1=926722&r2=926723&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_logging.xml
(original)
+++ openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_logging.xml
Tue Mar 23 18:51:12 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.