I pulled from trunk a week or so ago and ever since, I've been getting this every few minutes printed to the console:
WARNING:web2py.cron:WEB2PY CRON Call returned code 2: -J is reserved for Jython usage: /usr/bin/python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. I am running web2py using this: python web2py.py -a password -i 0.0.0.0 If I add -N, the error goes away. I'm not using cron or anything. I only have one app in this web2py instance. Anyone else noticing these errors?

