add debugging output

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1653 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-04-10 01:33:43 +00:00
parent 5d47ea7f93
commit 90e5d82f3b
+2
View File
@@ -500,8 +500,10 @@ class etpDatabase:
mydep = self.retrieveDependencyFromIddependency(iddep)
mydep_key = self.entropyTools.dep_getkey(mydep)
if mydep_key != key_from: # avoid changing wrong atoms -> dev-python/qscintilla-python would
print "error",mydep_key,key_from
continue # become x11-libs/qscintilla if we don't do this check
mydep = mydep.replace(key_from,key_to)
print "replaced",mydep,"from",key_from,"to",key_to
# now update
# dependstable on server is always re-generated