> script.common.plugin.cache
> Version 0.8
> changeset: 55     -     c4dbe5590283
> hg: http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/
> branch: release
> changelog:
> http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/file/c4dbe5590283/changelog.txt
> hg clone "http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/"; -b release

start is either login or startup. in this case you probably want
login. plus attached. i also notice you do the uname call still.

spiff
diff -r c4dbe5590283 lib/StorageServer.py
--- a/lib/StorageServer.py	Tue Nov 01 21:17:38 2011 +0100
+++ b/lib/StorageServer.py	Wed Nov 02 11:35:51 2011 +0100
@@ -115,7 +115,7 @@
 			try:
 				(self.clientsocket, address) = sock.accept()
 				if waiting == 2:
-					self.log("Waking up, sleept for %s seconds." % int(time.time() - idle_since) )
+					self.log("Waking up, slept for %s seconds." % int(time.time() - idle_since) )
 				waiting = 0
 			except socket.error, e:
 				if e.errno == 11 or e.errno == 10035 or e.errno == 35:
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to