Show More
@@ -30,7 +30,7 b' class IntegrationTypeRegistry(collection' | |||
|
30 | 30 | def register_integration_type(self, IntegrationType): |
|
31 | 31 | key = IntegrationType.key |
|
32 | 32 | if key in self: |
|
33 |
log. |
|
|
33 | log.debug( | |
|
34 | 34 | 'Overriding existing integration type %s (%s) with %s' % ( |
|
35 | 35 | self[key], key, IntegrationType)) |
|
36 | 36 |
General Comments 0
You need to be logged in to leave comments.
Login now