View Single Post
04/28/23, 02:35 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I think those lines in the log is created by "scanning" the lua/xml code in the lua and xml files of all of your addons that get loaded.
It does not matter if the particular part is enabled by the addon setitngs then in the end.
If it's in the file and it's wrong, it will be in the logs.

Maybe there is other stuff around it which will only scan it once triggered, so maybe LUI even triggers that code if disabled in the settings.
Some things are so called "hooks" e.g. where original (vanilla) code is "hooked" and your addon code runs first, then it calls/suppresses the original code.
Example:
Hook into the combat warnings of ZOs (Block!, Dodge! etc.) and supress 2 of 4 based on your addon settings.

So this might be the reason why the log file shows these lines, as it will be triggered but not really used in your case.


btw: Thanks for the flowers, it's always fun to help, especially if the ones you help are kind too ;-)
Do a good deed every day
  Reply With Quote