From b114e54314d1741118fae396c44e96f8846b8a97 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 23 Feb 2012 00:45:15 +1000 Subject: Jiggle some log messages a little. --- LuaSL/src/LuaSL_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LuaSL/src') 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 me->running = TRUE; compiledCount++; compileTime += me->compileTime; - PI("Average compile speed is %f scripts per second", compiledCount / compileTime); +// PD("Average compile speed is %f scripts per second", compiledCount / compileTime); if (compiledCount == scriptCount) - PI("*********************TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime)); + PD("TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime)); } - PD("The compile of %s worked, running it now.", SID); +// PD("The compile of %s worked, running it now.", SID); sendForth(game, SID, "run()"); } else -- cgit v1.1