Wish Module declared twice in logs

stevel05

Expert
Licensed User
Longtime User
It would be useful if the message in the logs could say which library(ies) the modules are declared in, to save a bit of searching :).
 

stevel05

Expert
Licensed User
Longtime User
upload_2018-3-19_10-26-9.png


It does say the module name, bit I have some libraries that reference other libraries. In this case it's a module that I should have excluded from the library before compiling it, and I need to find out which library contains the Module.
 
Top