Revision: 4368
Author: seba.wagner
Date: Thu Oct 6 12:51:31 2011
Log: Fix wrong Logging Context Reference in Download Handler
http://code.google.com/p/openmeetings/source/detail?r=4368
Modified:
/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/DownloadHandler.java
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/DownloadHandler.java
Sun Sep 4 03:45:36 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/DownloadHandler.java
Thu Oct 6 12:51:31 2011
@@ -24,7 +24,7 @@
private static final long serialVersionUID = 7243653203578587544L;
private static final Logger log = Red5LoggerFactory
- .getLogger(DownloadHandler.class);
+ .getLogger(DownloadHandler.class,
ScopeApplicationAdapter.webAppRootKey);
private static final String defaultImageName = "deleted.jpg";
private static final String defaultProfileImageName = "profile_pic.jpg";
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.