diff options
author | David Walter Seikel | 2012-02-23 00:45:15 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-23 00:45:15 +1000 |
commit | b114e54314d1741118fae396c44e96f8846b8a97 (patch) | |
tree | 4fb1e989452529ba28e61afac4c7275a5540382f /LuaSL/src | |
parent | Implement the "andWait" part of callAndWait(). Not tested. (diff) | |
download | SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.zip SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.tar.gz SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.tar.bz2 SledjHamr-b114e54314d1741118fae396c44e96f8846b8a97.tar.xz |
Jiggle some log messages a little.
Diffstat (limited to 'LuaSL/src')
-rw-r--r-- | LuaSL/src/LuaSL_test.c | 6 |
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 |