Author: titmuss
Date: Thu Feb 14 04:21:23 2008
New Revision: 1952

URL: http://svn.slimdevices.com?rev=1952&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1944):  titmuss | 2008-02-13 22:14:33 +0000
 Bug: N/A
 Description:
 Log updates, reduce timeout logging to debug.
 
 

Modified:
    trunk/   (props changed)
    trunk/jive/src/pkg/jive/share/jive/ui/Framework.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Feb 14 04:21:23 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1943
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1944
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: trunk/jive/src/pkg/jive/share/jive/ui/Framework.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/ui/Framework.lua?rev=1952&root=Jive&r1=1951&r2=1952&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/ui/Framework.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/ui/Framework.lua Thu Feb 14 04:21:23 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

Reply via email to