my quick guess would be start at line 45, winservice.py -- it has ReportServiceStatus
Actually - as I look at it, I'll bet it's coming from the call Service::log(), which calls which calls servicemanager.LogInfoMsg() Try setting a breakpoint there, and see if this stuff shows up in the msg param or log() Cheers, - Yarko On Apr 1, 9:39 am, Jonathan Lundell <[email protected]> wrote: > On Apr 1, 2010, at 6:18 AM, mdipierro wrote: > > > applications/admin/cron/crontab > > The message itself, I mean. It's showing up on my console, and I can't find > the source. > > > > > On Apr 1, 12:37 am, Jonathan Lundell <[email protected]> wrote: > >> Wed Mar 31 16:10:00 2010 hard CRON RUNNING > >> ['/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python', > >> 'web2py.py', '-P', '-N', '', '-S', 'admin', '-a', '"<recycle>"', '-R', > >> 'applications/admin/cron/expire_sessions.py'] -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

