Commit a8f623b
committed
ServiceHelper: do not report problem twice
Originally, we had a warn() and a debug() (the latter including the
stacktrace) when a service could not be instantiated. But the warning
was not helpful enough, so we added the stacktrace to the warning,
too. But then the exact same things were reported by both calls,
so let's remove the debug() call.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent d97e180 commit a8f623b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
0 commit comments