aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/LSL.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LSL.lua b/lib/LSL.lua
index 662c880..3b5ba89 100644
--- a/lib/LSL.lua
+++ b/lib/LSL.lua
@@ -771,7 +771,7 @@ function LSL.mainLoop(sid, name, x)
771 771
772 LSL.stateChange(x); 772 LSL.stateChange(x);
773 waitAndProcess(false) 773 waitAndProcess(false)
774 msg("Script quitting.") 774 msg("LSL.Lua: Script quitting.")
775end 775end
776 776
777function waitAndProcess(returnWanted) 777function waitAndProcess(returnWanted)