sirinsidiator / ESO-LibAddonMenu

http://www.esoui.com/downloads/info7-LibAddonMenu.html
Artistic License 2.0
41 stars 20 forks source link

Improved SetHandler warning #99

Closed sirinsidiator closed 5 years ago

sirinsidiator commented 5 years ago

Some addons don't supply proper names for their panel control, which makes it hard to discern where the message is coming from. Kyoma suggested we use the display name of the panel instead.

We should also use LibDebugLogger for the warning so we can easily get a stack trace. Potentially drop the chat message too, since some users don't seem to like it.

sirinsidiator commented 5 years ago

Leaving the chat message in for now. The fix in #97 should make it appear considerably less often, so let's see how it pans out.