X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmanagers%2Fdriver.py;h=ab3b2165578eea3d1ee9de73ccafbe90e8bada7f;hp=f049f5499d8858abd45ba5bd7d969029b848b49f;hb=dbd15819d950b69d0c6ba5527660969d0754ad29;hpb=7fcb8153bd74ce00f9f0d43c8aa090e0b70e345f diff --git a/sfa/managers/driver.py b/sfa/managers/driver.py index f049f549..ab3b2165 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): @@ -24,6 +24,7 @@ class Driver: # to perform such a core operation (i.e. getting rights right) # this is no longer in use when performing other SFA operations 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