comparison TODO @ 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 3d243292468d
children 7ba337dafb2c
comparison
equal deleted inserted replaced
165:8ea6b5ddc5a5 166:1d92abe57427
7 7
8 * Has Client_connect resource leaks if it fails? 8 * Has Client_connect resource leaks if it fails?
9 9
10 * Bug: Lock_closeDatabases must do a Cont_write() if dirty and Lock_openDatabases() 10 * Bug: Lock_closeDatabases must do a Cont_write() if dirty and Lock_openDatabases()
11 should check if it is necessary to reread the group content using a timestamp. 11 should check if it is necessary to reread the group content using a timestamp.
12
13 * Make debug logging an option in the config file instead of using
14 a compile time option. This makes it more comfortable for users helping on
15 bug searches to switch on debug logging temporarily.
12 16
13 Later 17 Later
14 ----- 18 -----
15 19
16 * Make Noffle handle a connection break-down during a fetch more gracefully. 20 * Make Noffle handle a connection break-down during a fetch more gracefully.