diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-03-27 16:38:45 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-27 16:38:45 -0400 |
commit | af38e606865c2ed49a13bd6bd91d9604997798c8 (patch) | |
tree | dd28e7694eee4ab8bd71415171a6a056672b4cde /indra/newview/llhudmanager.cpp | |
parent | 58d5e288e0bfaa9819b68b376767a8a39a97fef8 (diff) |
Enhance Lua debugging output.
Don't use "debug" as the name of a function to conditionally write debug
messages: "debug" is a Luau built-in library, and assigning that name locally
would shadow the builtin. Use "dbg" instead.
Recast fiber.print_all() as fiber.format_all() that returns a string; then
print_all() is simply print(format_all()). This refactoring allows us to use
dbg(format_all()) as well.
Add a couple new dbg() messages at fiber state changes.
Diffstat (limited to 'indra/newview/llhudmanager.cpp')
0 files changed, 0 insertions, 0 deletions