Author: ilor
Date: Sat Jul 26 00:16:59 2008
New Revision: 28205
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28205&view=rev
Log:
make the old editor allow debug logging... silly example of how copy-paste code
gets out of sync
Modified:
trunk/src/editor/editor_main.cpp
Modified: trunk/src/editor/editor_main.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor/editor_main.cpp?rev=28205&r1=28204&r2=28205&view=diff
==============================================================================
--- trunk/src/editor/editor_main.cpp (original)
+++ trunk/src/editor/editor_main.cpp Sat Jul 26 00:16:59 2008
@@ -177,6 +177,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