Yes ma'am, in the future, I promise to compile before committing.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4583 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-02-16 00:00:11 +00:00
parent 44efca0c18
commit a22bcfeb42
@@ -72,7 +72,7 @@ public class MessageManager
// use the default locale // use the default locale
_locale = Locale.getDefault(); _locale = Locale.getDefault();
log.debug("Using locale: " + _locale + "."); log.fine("Using locale: " + _locale + ".");
// make sure the prefix ends with a dot // make sure the prefix ends with a dot
if (!_prefix.endsWith(".")) { if (!_prefix.endsWith(".")) {