View Single Post
07-26-10, 06:25 AM   #12
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
Originally Posted by Mischback View Post
Code:
assert(oUF, "<name> was unable to locate oUF install.")
It is advisable to change the <name> part of the error string to something unique. (like the name of your addon)
That way you can be sure that the error originated within your layout, rather than some other oUF layout/plugin that happens to use the same message.
  Reply With Quote