Correct error in string used to create log
This commit is contained in:
parent
03cfa3f584
commit
863992f4ce
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
* 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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue