changeset 22079:7ec5b5724a05

Disable the DBus "Functions not exported" list. It's huge and buries the warnings that we might actually fix.
author Richard Laager <rlaager@wiktel.com>
date Mon, 14 Jan 2008 04:04:08 +0000
parents 1879516dae08
children e6e018d0bf03
files libpurple/dbus-analyze-functions.py
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/dbus-analyze-functions.py	Mon Jan 14 03:40:20 2008 +0000
+++ b/libpurple/dbus-analyze-functions.py	Mon Jan 14 04:04:08 2008 +0000
@@ -525,9 +525,10 @@
             try:
                 self.processfunction(functiontext, paramtexts)
             except MyException:
-                sys.stderr.write(myline + "\n")
+#                sys.stderr.write(myline + "\n")
+                 pass
             except:
-                sys.stderr.write(myline + "\n")
+#                sys.stderr.write(myline + "\n")
                 raise
 
         self.flush()
@@ -586,7 +587,7 @@
 else:
     fprefix = ""
 
-sys.stderr.write("%s: Functions not exported:\n" % sys.argv[0])
+#sys.stderr.write("%s: Functions not exported:\n" % sys.argv[0])
 
 if "client" in options:
     bindings = ClientBindingSet(sys.stdin, fprefix,