Ryan Roth wrote:
> Tests out fine, thanks!
>
>
> Duncan Webb wrote:
>   
>> Ryan Roth wrote:
>>   
>>     
>>> Here is a patch to fix the issue,  thanks Adam:
>>>
>>>
>>> Index: src/config.py
>>> ===================================================================
>>> --- src/config.py       (revision 9690)
>>> +++ src/config.py       (working copy)
>>> @@ -115,7 +115,7 @@
>>>         if isinstance(msg, unicode):
>>>             msg = msg.encode(LOCALE)
>>>         if DEBUG_STDOUT:
>>> -            print >> sys.__stdout__, s
>>> +            print >> sys.__stdout__, msg
>>>             sys.__stdout__.flush
>>>             #sys.__stdout__.write(msg)
>>>         #self.fp.write(msg)
>>>
>>>
>>>     
>>>       
>> Thanks guys, silly error.
>>
>> Do you have time to check the latest svn r9691,
>>
>> These files have changed:
>> src/config.py
>> src/main.py
>> src/plugins/shutdown.py
>> src/helpers/recordserver.py
>>
>> This should fix the logging problem and tidy up the messaging a bit.
>>
>> Thanks
>> Duncan
>>
>>     
Yeah works fine, thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to