aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--LuaSL/src/LuaSL_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index 55196cb..1b434f9 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -234,7 +234,7 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Server_D
234 else if (0 == strcmp(command, "llGetObjectDesc()")) // Send back a blank description for testing. 234 else if (0 == strcmp(command, "llGetObjectDesc()")) // Send back a blank description for testing.
235 sendForth(game, SID, "\"\""); 235 sendForth(game, SID, "\"\"");
236 else 236 else
237 PI("Command %s from script %s", command, SID); 237 PI("Script %s sent command %s", SID, command);
238 } 238 }
239 } 239 }
240 240