From owner-freebsd-hackers Sun Mar 2 08:46:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA20491 for hackers-outgoing; Sun, 2 Mar 1997 08:46:45 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA20483 for ; Sun, 2 Mar 1997 08:46:21 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id GAA00331 for ; Mon, 3 Mar 1997 06:49:19 +0800 (WST) Date: Mon, 3 Mar 1997 06:49:18 +0800 (WST) From: Adrian Chadd To: hackers@freebsd.org Subject: Re : whoopsie with that java support file.. :) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Damnit. I forgot to remove a debugging printf() near the end of the file. Its around line 335, just remove it or you'll get a debug message every time you run a java class file. *grin* Cya. Adrian.