berkus / enso

Automatically exported from code.google.com/p/enso
Other
1 stars 0 forks source link

Old logging function still in win32/enso_win32/selection/TextSelection.py #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select text in Firefox, that has HTML markup in it
2. Run an Enso command that will try to get the selection
3. Crash

This is a leftover from the old logging module from Frozen Enso - debugMsg

It should be calling logging.debug or logging.info

The attached patch changes from calling debugMsg to calling logging.debug

Original issue reported on code.google.com by unfocu...@gmail.com on 22 Mar 2008 at 7:26

Attachments: