Load-Bearing Warnings

2004-08-03 Thread Smylers
I turned warnings off in a script[*0] but made no other changes to it. This broke the script, in that it would no longer run correctly[*1]. In other circumstances[*2] I might've regarded this as fun. Presuming that this isn't a well-known situation, can anybody guess how it's done? [*0] It

Re: Load-Bearing Warnings

2004-08-03 Thread A. Pagaltzis
* Smylers [EMAIL PROTECTED] [2004-08-04 00:34]: [*0] It was cluttering up the error log with benign 'uninitialized' messages, which were obscuring the output (from some other script) that I wanted to see. Maybe you can try just disabling those? no warnings 'uninitialized';

Re: Load-Bearing Warnings

2004-08-03 Thread Ronald J Kimball
On Tue, Aug 03, 2004 at 06:12:25PM +, Smylers wrote: I turned warnings off in a script[*0] but made no other changes to it. This broke the script, in that it would no longer run correctly[*1]. In other circumstances[*2] I might've regarded this as fun. Presuming that this isn't a