Mercurial > noffle
changeset 166:1d92abe57427 noffle
[svn] Make debug logging an option in the config file
author | enz |
---|---|
date | Sat, 27 Jan 2001 09:57:13 +0000 |
parents | 8ea6b5ddc5a5 |
children | 7ba337dafb2c |
files | TODO |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Thu Jan 25 13:38:31 2001 +0000 +++ b/TODO Sat Jan 27 09:57:13 2001 +0000 @@ -10,6 +10,10 @@ * Bug: Lock_closeDatabases must do a Cont_write() if dirty and Lock_openDatabases() should check if it is necessary to reread the group content using a timestamp. + * Make debug logging an option in the config file instead of using + a compile time option. This makes it more comfortable for users helping on + bug searches to switch on debug logging temporarily. + Later -----