Changeset 2930 for vidalia/trunk
- Timestamp:
- 08/03/08 22:54:18 (4 months ago)
- Location:
- vidalia/trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/vidalia/log/messagelog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CHANGELOG
r2924 r2930 1 0.1.8 xx-xxx-2008 2 o Reduce the default number of messages to retain in the message log to 50 3 messages. Most people never look at the window and the extra 200 messages 4 just needlessly eat memory. 5 6 1 7 0.1.7 02-Aug-2008 2 8 o Handle spaces in the Tor version number we get from 'getinfo version' -
vidalia/trunk/src/vidalia/log/messagelog.cpp
r2922 r2930 33 33 #define DEFAULT_MSG_FILTER \ 34 34 (LogEvent::Error|LogEvent::Warn|LogEvent::Notice) 35 #define DEFAULT_MAX_MSG_COUNT 25036 #define DEFAULT_ENABLE_LOGFILE false35 #define DEFAULT_MAX_MSG_COUNT 50 36 #define DEFAULT_ENABLE_LOGFILE false 37 37 #if defined(Q_OS_WIN32) 38 38
