diff options
author | blinkseb <blinkseb@svn> | 2010-10-13 22:18:14 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-10-13 22:18:14 +0000 |
commit | 923719ef587a2b0d3e0bd57ad799e8da98344bf4 (patch) | |
tree | 1de14429c70d024a85471e72841d1ba30e7a5bdc | |
parent | 65a0fdeffbe6f98c042895c8cd566cb4b3311fd8 (diff) |
added: show what locale we are trying to set in debug log
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34749 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/LangInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/LangInfo.cpp b/xbmc/LangInfo.cpp index 51b4a5fef2..e68f895564 100644 --- a/xbmc/LangInfo.cpp +++ b/xbmc/LangInfo.cpp @@ -151,6 +151,8 @@ void CLangInfo::CRegion::SetGlobalLocale() #endif } + CLog::Log(LOGDEBUG, "trying to set locale to %s", strLocale.c_str()); + // We need to set the locale to only change the collate. Otherwise, // decimal separator is changed depending of the current language // (ie. "," in French or Dutch instead of "."). This breaks atof() and |