You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/10/07 19:29:58 UTC

svn commit: r822863 - /incubator/olio/webapp/java/trunk/ws/apps/webapp/web/error.jsp

Author: shanti
Date: Wed Oct  7 19:29:57 2009
New Revision: 822863

URL: http://svn.apache.org/viewvc?rev=822863&view=rev
Log:
Mod to message.

Modified:
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/error.jsp

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/error.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/error.jsp?rev=822863&r1=822862&r2=822863&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/error.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/error.jsp Wed Oct  7 19:29:57 2009
@@ -29,7 +29,7 @@
         <title>Error page</title>
     </head>
     <body>
-     <h3>Encountered an error</h3><br/>
+     <h3>Encountered an error. See the server error log for details.</h3><br/>
      ${requestScope['errorMessage']}
     </body>
 </html>