From d5b9157a6aae09cc8eb46e702e25e92410bc4e5d Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 24 Nov 2007 00:36:29 -0800 Subject: [PATCH] PS3 asks for this a lot, be a bit quieter... [git-p4: depot-paths = "//depot/": change = 1108] --- ContentDirectory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ContentDirectory.py b/ContentDirectory.py index d68757f..6bb96c5 100644 --- a/ContentDirectory.py +++ b/ContentDirectory.py @@ -173,7 +173,6 @@ class ContentDirectoryControl(UPnPPublisher, dict): def soap_GetSystemUpdateID(self, *args, **kwargs): """Required: Return the current value of state variable SystemUpdateID.""" - log.msg('GetSystemUpdateID()') return { 'Id': self.updateID } BrowseFlags = ('BrowseMetaData', 'BrowseDirectChildren')