summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelobjectinventory.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-03-27 16:38:45 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-03-27 16:38:45 -0400
commitaf38e606865c2ed49a13bd6bd91d9604997798c8 (patch)
treedd28e7694eee4ab8bd71415171a6a056672b4cde /indra/newview/llpanelobjectinventory.cpp
parent58d5e288e0bfaa9819b68b376767a8a39a97fef8 (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/llpanelobjectinventory.cpp')
0 files changed, 0 insertions, 0 deletions