Fix group does not exist warning (layout/spacing issues)
authorPeter Palfrader <peter@palfrader.org>
Sun, 23 Nov 2008 21:07:23 +0000 (22:07 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 23 Nov 2008 21:07:23 +0000 (22:07 +0100)
debian/changelog
ud-generate

index 7fdc634..e52d291 100644 (file)
@@ -1,8 +1,9 @@
 userdir-ldap (0.3.XX) unstable; urgency=low
 
   * Remove cruft comment.
+  * Fix group does not exist warning (layout/spacing issues).
 
- -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 21:40:58 +0100
+ -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 22:07:00 +0100
 
 userdir-ldap (0.3.51) unstable; urgency=low
 
index 0f95186..dfb3fb6 100755 (executable)
@@ -376,7 +376,7 @@ def addGroups(existingGroups, newGroups, uid):
         continue
 
       if not GroupIDMap.has_key(group):
-         print "Group does not exist ",group,"but",uid,"is in it"
+         print "Group", group, "does not exist but", uid, "is in it"
          continue
 
       existingGroups.append(group)