X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmanagers%2Fdriver.py;h=6b2681ca89828f5bab7d0f82643f4142d4f1e243;hp=d6a81be05128d63a8d260f50dec9d75dba472f12;hb=d4fdf5099eff793459ad956b6a40ff85003cecc0;hpb=2ac2da4b770f57bede8e9a9ee65142242fdf05a3 diff --git a/sfa/managers/driver.py b/sfa/managers/driver.py index d6a81be0..6b2681ca 100644 --- a/sfa/managers/driver.py +++ b/sfa/managers/driver.py @@ -2,7 +2,7 @@ # an attempt to document what a driver class should provide, # and implement reasonable defaults # - +import sys class Driver: def __init__ (self, config): @@ -26,6 +26,7 @@ class Driver: # this constraint, based on the principle that SFA should not rely on the # testbed database to perform such a core operation (i.e. getting rights right) def augment_records_with_testbed_info (self, sfa_records): + print >>sys.stderr, " \r\n \r\n DRIVER.PY augment_records_with_testbed_info sfa_records ",sfa_records return sfa_records # incoming record, as provided by the client to the Register API call