Skip to content

Commit 8a976c1

Browse files
committed
Add missing class name to error message
1 parent 67d1cef commit 8a976c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/catalina/servlets/WebdavServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public void init() throws ServletException {
348348
}
349349
}
350350
} catch (Exception e) {
351-
log(sm.getString("webdavservlet.storeError"), e);
351+
log(sm.getString("webdavservlet.storeError", propertyStore), e);
352352
}
353353
}
354354
if (store == null) {

0 commit comments

Comments
 (0)