Author: ilor
Date: Sat Jul 26 14:29:48 2008
New Revision: 28216

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28216&view=rev
Log:
backport r28205 to 1.4 (allow debug-level logging in wesnoth_editor)

Modified:
    branches/1.4/src/editor/editor_main.cpp

Modified: branches/1.4/src/editor/editor_main.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/editor/editor_main.cpp?rev=28216&r1=28215&r2=28216&view=diff
==============================================================================
--- branches/1.4/src/editor/editor_main.cpp (original)
+++ branches/1.4/src/editor/editor_main.cpp Sat Jul 26 14:29:48 2008
@@ -175,6 +175,7 @@
                        if (s == "error") severity = 0;
                        else if (s == "warning") severity = 1;
                        else if (s == "info") severity = 2;
+                       else if (s == "debug") severity = 3;
                        else {
                                std::cerr << "unknown debug level: " << s << 
'\n';
                                return 0;


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

Reply via email to