File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ internal class Mediator {
71
71
if let plugin = plugin as? DestinationPlugin , !plugin. key. isEmpty {
72
72
it [ " plugin " ] = " \( plugin. type) - \( plugin. key) "
73
73
} else {
74
- it [ " plugin " ] = " \( plugin. type) - \( String ( describing: plugin) ) "
74
+ it [ " plugin " ] = " \( plugin. type) - \( String ( describing: type ( of : plugin) ) ) "
75
75
}
76
76
}
77
77
}
@@ -84,7 +84,7 @@ internal class Mediator {
84
84
if let plugin = plugin as? DestinationPlugin , !plugin. key. isEmpty {
85
85
it [ " plugin " ] = " \( plugin. type) - \( plugin. key) "
86
86
} else {
87
- it [ " plugin " ] = " \( plugin. type) - \( String ( describing: plugin) ) "
87
+ it [ " plugin " ] = " \( plugin. type) - \( String ( describing: type ( of : plugin) ) ) "
88
88
} }
89
89
return plugin === storedPlugin
90
90
}
@@ -109,7 +109,7 @@ internal class Mediator {
109
109
if let plugin = plugin as? DestinationPlugin , !plugin. key. isEmpty {
110
110
it [ " plugin " ] = " \( plugin. type) - \( plugin. key) "
111
111
} else {
112
- it [ " plugin " ] = " \( plugin. type) - \( String ( describing: plugin) ) "
112
+ it [ " plugin " ] = " \( plugin. type) - \( String ( describing: type ( of : plugin) ) ) "
113
113
} }
114
114
}
115
115
}
You can’t perform that action at this time.
0 commit comments