Author: mordante
Date: Sun May 18 19:29:12 2008
New Revision: 26707

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26707&view=rev
Log:
Forgot to commit this one with the std::cerr removal patch.

Modified:
    trunk/src/language.cpp

Modified: trunk/src/language.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/language.cpp?rev=26707&r1=26706&r2=26707&view=diff
==============================================================================
--- trunk/src/language.cpp (original)
+++ trunk/src/language.cpp Sun May 18 19:29:12 2008
@@ -44,10 +44,8 @@
                // The way to find out whether a locale is available is to set 
it and
                // hope not runtime error gets thrown.
                std::locale dummy(s);
-               std::cerr << "Locale : " << s << " found.\n";
                return true;
        } catch (std::runtime_error&) {
-               std::cerr << "Locale : " << s << " not found.\n";
                return false;
        }
 }              


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to