mvdb        2003/01/17 07:07:28

  Modified:    betwixt/src/java/org/apache/commons/betwixt/expression
                        MethodExpression.java
  Log:
  Improved logging.
  
  Revision  Changes    Path
  1.5       +7 -7      
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/expression/MethodExpression.java
  
  Index: MethodExpression.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/expression/MethodExpression.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MethodExpression.java     12 Jan 2003 13:52:03 -0000      1.4
  +++ MethodExpression.java     17 Jan 2003 15:07:27 -0000      1.5
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -206,7 +206,7 @@
         */
       protected void handleException(Context context, Exception e) {
           // use the context's logger to log the problem
  -        context.getLog().error("[MethodExpression] Cannot evaluate expression", e);
  +        context.getLog().error("[MethodExpression] Cannot evaluate expression ", e);
       }
       
       /** 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to