Correct error in string used to create log

This commit is contained in:
rjy7 2010-02-02 00:42:03 +00:00
parent 03cfa3f584
commit 863992f4ce

View file

@ -22,7 +22,7 @@
* 2005-07-07 JCR included LoginFormBean so can substitute filterbrowse for portalbrowse for authorized users * 2005-07-07 JCR included LoginFormBean so can substitute filterbrowse for portalbrowse for authorized users
*/ */
final Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.web.themes.default.enhanced.jsp"); final Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.web.themes.enhanced.footer.jsp");
VitroRequest vreq = new VitroRequest(request); VitroRequest vreq = new VitroRequest(request);