mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-02-19 22:53:37 +00:00
Add logging for executing action
This commit is contained in:
parent
6fcec33ab6
commit
8cd8016c3d
@ -1252,6 +1252,7 @@ public class ManagerImpl implements Manager {
|
||||
logger.debug("Handling message actions");
|
||||
var interrupted = false;
|
||||
for (var action : queuedActions) {
|
||||
logger.debug("Executing action {}", action.getClass().getSimpleName());
|
||||
try {
|
||||
action.execute(context);
|
||||
} catch (Throwable e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user