Report the request URL when reporting a missing translation message.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1666 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2005-06-30 19:25:15 +00:00
parent cf3152e2ce
commit abf28b3592
@@ -168,7 +168,8 @@ public class MessageManager
if (reportMissing) {
// if there's no translation for this path, complain about it
Log.warning("Missing translation message [path=" + path + "].");
Log.warning("Missing translation message [path=" + path +
", url=" + req.getRequestURL() + "].");
return path;
}