Re: Logging exceptions without a message

2003-08-12 Thread Vladimir R. Bossicard
Good catch. I recently added the log.warn(e) because in way too many places, there was *nothing* in the catch. I didn't realize the log api worked that way. it's fixed. Simple query/replace so feel free to change the message to something more specific. -Vladimir -- Vladimir R. Bossicard Apache

RE: Logging exceptions without a message

2003-08-11 Thread Kevin Ross
Good catch. I recently added the log.warn(e) because in way too many places, there was *nothing* in the catch. I didn't realize the log api worked that way. When you get time, feel free to make any improvements you like, and attach your patch to a bugzilla issue. Thanks! Kevin Ross -Origi