summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-28 19:20:26 +0200
committerEike Rathke <erack@redhat.com>2013-08-28 19:21:58 +0200
commite362f9fcd7f50d750e8549d7b93a0a9a66cbabe1 (patch)
treef2ce5deaf76e6534528db67a927b62ae89524ae0 /i18nlangtag
parentf17232c2c500a95439b1faf5a637a239579bd4c9 (diff)
added SAL_INFO to makeFallback()
Change-Id: I121e0bd6004a736c7a64fb24ebc58ad784543bd1
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 4584acceb65a..ca4fa41dbce7 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -1175,6 +1175,9 @@ LanguageTag & LanguageTag::makeFallback()
break; // for, success
}
}
+ SAL_INFO( "i18nlangtag", "LanguageTag::makeFallback - for (" <<
+ rLocale1.Language << "," << rLocale1.Country << "," << rLocale1.Variant << ") to (" <<
+ aLocale2.Language << "," << aLocale2.Country << "," << aLocale2.Variant << ")");
reset( aLocale2);
}
mbIsFallback = true;