You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by no...@apache.org on 2009/07/21 16:38:56 UTC

svn commit: r796324 - /labs/hupa/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java

Author: norman
Date: Tue Jul 21 14:38:56 2009
New Revision: 796324

URL: http://svn.apache.org/viewvc?rev=796324&view=rev
Log:
log exception

Modified:
    labs/hupa/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java

Modified: labs/hupa/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java
URL: http://svn.apache.org/viewvc/labs/hupa/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java?rev=796324&r1=796323&r2=796324&view=diff
==============================================================================
--- labs/hupa/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java (original)
+++ labs/hupa/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java Tue Jul 21 14:38:56 2009
@@ -91,7 +91,7 @@
             handleMultiPart(out, content,attachmentName);
            
         } catch (Exception e) {
-        	logger.error("Error while downloading attachment " + attachmentName +" of message "+  messageUUID + " for user " + user );
+        	logger.error("Error while downloading attachment " + attachmentName +" of message "+  messageUUID + " for user " + user,e );
         }
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org