[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: I added console prints with print - I cannot see those prints at all - any idea?
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Tue, 2 Feb 2010 15:53:01 -0600
On Tue, Feb 2, 2010 at 1:57 PM, Vasanta <vtanna1@gmail.com> wrote:
> These are embedded in a script, script gets called from web.
> also print was configured to print on console.
Maybe try:
io.stderr:write("Begin\n");
- Jeff