aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-23 00:45:15 +1000
committerDavid Walter Seikel2012-02-23 00:45:15 +1000
commitb114e54314d1741118fae396c44e96f8846b8a97 (patch)
tree4fb1e989452529ba28e61afac4c7275a5540382f /LuaSL
parentImplement the "andWait" part of callAndWait(). Not tested. (diff)
downloadSledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.zip
SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.tar.gz
SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.tar.bz2
SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.tar.xz
Jiggle some log messages a little.
Diffstat (limited to 'LuaSL')
-rw-r--r--LuaSL/src/LuaSL_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index 19f6bcd..0f07704 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -216,11 +216,11 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Server_D
216 me->running = TRUE; 216 me->running = TRUE;
217 compiledCount++; 217 compiledCount++;
218 compileTime += me->compileTime; 218 compileTime += me->compileTime;
219 PI("Average compile speed is %f scripts per second", compiledCount / compileTime); 219// PD("Average compile speed is %f scripts per second", compiledCount / compileTime);
220 if (compiledCount == scriptCount) 220 if (compiledCount == scriptCount)
221 PI("*********************TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime)); 221 PD("TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime));
222 } 222 }
223 PD("The compile of %s worked, running it now.", SID); 223// PD("The compile of %s worked, running it now.", SID);
224 sendForth(game, SID, "run()"); 224 sendForth(game, SID, "run()");
225 } 225 }
226 else 226 else