more logging

This commit is contained in:
Wolfgang Hottgenroth
2009-02-21 21:02:18 +01:00
parent f54e70b012
commit 969e2b3f98
2 changed files with 3 additions and 1 deletions

View File

@ -45,5 +45,7 @@ class AdminFuncs(object):
newEntry = Entry.Entry(dynid, sharedSecret, subdomain, zone)
AdminFuncs.entries[dynid] = newEntry
Logger.log("Added: %s" % di)