Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Fix #652, #655 - Issues with Log module #659

Closed farazs closed 9 years ago

farazs commented 9 years ago

Fix #652, #655

The LogStatusWidget now shows the highest priority message received, and most recent if the priority is equal.

The LogHandler no longer throws an exception when printing non-strings.

dideler commented 9 years ago

Ready to merge?

farazs commented 9 years ago

Yeah good to go from my end. Unless someone else has objections.

dideler commented 9 years ago

Thanks for the patches.