X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmanagers%2Fdriver.py;h=17358cfc17286d1f3ca9b476606ea3b9b0254ea2;hp=f48964f11dbec8c6788c9d8561e8675112a5a142;hb=02a4a59a4a49183ec8c631cc03243b97f4602d50;hpb=7d41479ffc629cabcab476a94e4e93be41b29ecf diff --git a/sfa/managers/driver.py b/sfa/managers/driver.py index f48964f1..17358cfc 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): @@ -29,6 +29,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