aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-23 01:35:31 +1000
committerDavid Walter Seikel2012-02-23 01:35:31 +1000
commite7a52da69b0079553c498f046040902283cba962 (patch)
tree8424e39a20a40123b2980f29029a17ebf223a3ad /LuaSL
parentActually test callAndWait(), then fix it. (diff)
downloadSledjHamr-e7a52da69b0079553c498f046040902283cba962.zip
SledjHamr-e7a52da69b0079553c498f046040902283cba962.tar.gz
SledjHamr-e7a52da69b0079553c498f046040902283cba962.tar.bz2
SledjHamr-e7a52da69b0079553c498f046040902283cba962.tar.xz
Make the test command called output a bit neater.
Diffstat (limited to 'LuaSL')
-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