From e7a52da69b0079553c498f046040902283cba962 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 23 Feb 2012 01:35:31 +1000 Subject: Make the test command called output a bit neater. --- LuaSL/src/LuaSL_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL') 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 else if (0 == strcmp(command, "llGetObjectDesc()")) // Send back a blank description for testing. sendForth(game, SID, "\"\""); else - PI("Command %s from script %s", command, SID); + PI("Script %s sent command %s", SID, command); } } -- cgit v1.1