From 06e062a43bfb9247b6d162ec55a85d68450dc94f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 16 May 2014 09:28:04 +1000 Subject: Shouting creates logs for now. --- src/love/love.c | 2 ++ 1 file changed, 2 insertions(+) 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 { if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); else PW("No where to send %s", command); + // TODO - Temporary so we have a place to log stuff from LSL. + PD("SHOUTING %s", command); } else if (0 == strncmp(command, "llDialog(", 9)) { -- cgit v1.1