aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love
diff options
context:
space:
mode:
Diffstat (limited to 'src/love')
-rw-r--r--src/love/love.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/love/love.c b/src/love/love.c
index e7b8e40..e90278a 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -270,7 +270,7 @@ static Eina_Bool _dataLuaSL(void *data, int type, Ecore_Con_Event_Server_Data *e
270 } 270 }
271 else if (0 == strcmp(command, "compiled(false)")) 271 else if (0 == strcmp(command, "compiled(false)"))
272 { 272 {
273 PE("The compile of %s failed!", SID); 273// PE("The compile of %s failed!", SID);
274 if (me) 274 if (me)
275 { 275 {
276 struct timeval now; 276 struct timeval now;