Author: titmuss
Date: Wed Feb 13 14:14:33 2008
New Revision: 1944
URL: http://svn.slimdevices.com?rev=1944&root=Jive&view=rev
Log:
Bug: N/A
Description:
Log updates, reduce timeout logging to debug.
Modified:
branches/7.0/jive/src/pkg/jive/share/jive/ui/Framework.lua
Modified: branches/7.0/jive/src/pkg/jive/share/jive/ui/Framework.lua
URL:
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/jive/ui/Framework.lua?rev=1944&root=Jive&r1=1943&r2=1944&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/jive/share/jive/ui/Framework.lua (original)
+++ branches/7.0/jive/src/pkg/jive/share/jive/ui/Framework.lua Wed Feb 13
14:14:33 2008
@@ -197,7 +197,7 @@
tasks = task:resume() or tasks
now = self:getTicks()
if now - start > 20 then
- log:warn(task.name, " took ", now - start, "
ms")
+ log:debug(task.name, " took ", now - start, "
ms")
end
if framedue <= now then
break
@@ -233,7 +233,7 @@
now = self:getTicks()
if now > framedue then
- logTask:warn("Dropped frame. delay=",
now-framedue, "ms")
+ logTask:debug("Dropped frame. delay=",
now-framedue, "ms")
framedue = now + (framerate >> 2)
end
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins