verbose in case if the trusted_roots directory is missing
[sfa.git] / sfa / server / SfaAggregateModPython.py
index 892cf46..7193ba6 100755 (executable)
@@ -13,6 +13,7 @@ import xmlrpclib
 from mod_python import apache
 
 from sfa.plc.api import GeniAPI
+from sfa.util.debug import log
 
 api = GeniAPI(interface='aggregate')