From 8bc187593dc437ee28459586d1ebeb8c4df504c4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 17 Jan 2016 16:40:55 +1000 Subject: Bunch of debuggingnesses. --- src/LuaSL/LuaSL_main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/LuaSL') diff --git a/src/LuaSL/LuaSL_main.c b/src/LuaSL/LuaSL_main.c index 7e9d935..f8931e6 100644 --- a/src/LuaSL/LuaSL_main.c +++ b/src/LuaSL/LuaSL_main.c @@ -223,7 +223,7 @@ static Eina_Bool parser(void *data, Connection *connection, char *SID, char *com gameGlobals *ourGlobals = data; char buf[PATH_MAX]; -//PD("COMMAND - %s", command); +//PD("PARSE COMMAND - %s", command); if (0 == strncmp(command, "compile(", 8)) { char *temp; @@ -279,7 +279,10 @@ PD("Running script %s", me->fileName); ecore_main_loop_quit(); } else + { +//PD("Sending -> script %s : %s", SID, command); send2script(SID, command); + } return ECORE_CALLBACK_RENEW; } -- cgit v1.1