Author: suokko Date: Sat Aug 30 14:44:44 2008 New Revision: 29106 URL: http://svn.gna.org/viewcvs/wesnoth?rev=29106&view=rev Log: Added cache log domain
Modified: trunk/src/log.cpp trunk/src/log.hpp Modified: trunk/src/log.cpp URL: http://svn.gna.org/viewcvs/wesnoth/trunk/src/log.cpp?rev=29106&r1=29105&r2=29106&view=diff ============================================================================== --- trunk/src/log.cpp (original) +++ trunk/src/log.cpp Sat Aug 30 14:44:44 2008 @@ -49,7 +49,7 @@ void timestamps(bool t) { timestamp = t; } logger err("error", 0), warn("warning", 1), info("info", 2), debug("debug", 3); -log_domain general("general"), ai("ai"), config("config"), display("display"), +log_domain general("general"), ai("ai"),cache("cache"), config("config"), display("display"), engine("engine"), network("network"), mp_server("server"), filesystem("filesystem"), audio("audio"), notifs("notifs"), replay("replay"), help("help"), gui("gui"), gui_parse("gui_parse"), Modified: trunk/src/log.hpp URL: http://svn.gna.org/viewcvs/wesnoth/trunk/src/log.hpp?rev=29106&r1=29105&r2=29106&view=diff ============================================================================== --- trunk/src/log.hpp (original) +++ trunk/src/log.hpp Sat Aug 30 14:44:44 2008 @@ -65,7 +65,7 @@ std::string get_timestamp(const time_t& t, const std::string& format="%Y%m%d %H:%M:%S "); extern logger err, warn, info, debug; -extern log_domain general, ai, config, display, engine, network, mp_server, +extern log_domain general, ai,cache, config, display, engine, network, mp_server, filesystem, audio, notifs, replay, help, gui, gui_parse, gui_draw, gui_event, editor, wml; _______________________________________________ Wesnoth-commits mailing list Wesnoth-commits@gna.org https://mail.gna.org/listinfo/wesnoth-commits