[SCM] Samba Shared Repository - branch master updated

Douglas Bagnall dbagnall at samba.org
Thu Nov 19 00:37:02 UTC 2020


The branch, master has been updated
       via  1d12806d661 uptodateness.py: remove what appears to be debugging lines
      from  41b2beeffb9 bootstrap: Add OpenSUSE 15.2

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1d12806d66108b9e2768f465550b1c3f3a9395d6
Author: Rowland Penny <rpenny at samba.org>
Date:   Wed Nov 18 12:09:16 2020 +0000

    uptodateness.py: remove what appears to be debugging lines
    
    They do nothing except confuse users.
    
    Signed-off-by: Rowland Penny <rpenny at samba.org>
    Reviewed-by: Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
    
    Autobuild-User(master): Douglas Bagnall <dbagnall at samba.org>
    Autobuild-Date(master): Thu Nov 19 00:36:58 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 python/samba/uptodateness.py | 2 --
 1 file changed, 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/python/samba/uptodateness.py b/python/samba/uptodateness.py
index 711407e5641..7914c47b845 100644
--- a/python/samba/uptodateness.py
+++ b/python/samba/uptodateness.py
@@ -87,8 +87,6 @@ def get_utdv(samdb, dn):
             settings_dn = str(res[0]["distinguishedName"][0])
             prefix, dsa_dn = settings_dn.split(',', 1)
         except IndexError as e:
-            print("Unknown invocation ID %s" % inv_id,
-                  file=sys.stderr)
             continue
         if prefix != 'CN=NTDS Settings':
             raise CommandError("Expected NTDS Settings DN, got %s" %


-- 
Samba Shared Repository



More information about the samba-cvs mailing list