Commit 63941dc
committed
Fix log message on exception in UC Reactor
First, the exception didn't have a placeholder which caused a logging
exception. Also, logging.debug was called instead of logger.debug. This
had a side effect that all the debug messages after that would print to
the console, even when they didn't before.1 parent bc1e95d commit 63941dc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
0 commit comments