On Wed, 2011-01-19 at 15:30 -0800, James Trietsch wrote:
> Adam, I blew it and missed one. Line 1075 in 
> tv/plugins/recording_manager.py needs to be:
> 
>              accessed = time.time() - os.stat(recorded_item.filename)[7]
> 
> When I first wrote this, I imported time from time, so I could get away 
> with just time(). But now that other things in RM are using the time 
> library and it's being imported as a whole, it needs to be time.time().
> 
> It's sneaky, because it doesn't crash until the minimum space threshold 
> is crossed and the cleanup daemon puts together its list of deletion 
> candidates. Otherwise everything will run fine.
> 
> I can submit something to the tracker for this if needed, but since it 
> was just a one-liner, I was hoping I could just post it for you here 
> rather than open a whole new bug just for it.
> 
> James

Thanks fixed in r11799.

Cheers

Adam


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to