aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love/love.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/love/love.c')
-rw-r--r--src/love/love.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c
index 5553670..efb686a 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -368,6 +368,8 @@ static Eina_Bool _dataLuaSL(void *data, int type, Ecore_Con_Event_Server_Data *e
368 { 368 {
369 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); 369 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command);
370 else PW("No where to send %s", command); 370 else PW("No where to send %s", command);
371 // TODO - Temporary so we have a place to log stuff from LSL.
372 PD("SHOUTING %s", command);
371 } 373 }
372 else if (0 == strncmp(command, "llDialog(", 9)) 374 else if (0 == strncmp(command, "llDialog(", 9))
373 { 375 {