Report the site bundle path as well.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1160 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-07-04 20:34:57 +00:00
parent 927bf2576f
commit 5f80d790ff
@@ -1,5 +1,5 @@
//
// $Id: MessageManager.java,v 1.5 2002/05/02 07:20:25 mdb Exp $
// $Id: MessageManager.java,v 1.6 2003/07/04 20:34:57 mdb Exp $
//
// samskivert library - useful routines for java programs
// Copyright (C) 2001 Michael Bayne
@@ -217,6 +217,7 @@ public class MessageManager
// got real problems. time to freak out
Log.warning("Unable to resolve any message bundle " +
"[bundlePath=" + bundlePath +
", siteBundlePath=" + _siteBundlePath +
", locale=" + req.getLocale() +
", loader=" + loader + "].");
}