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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user