mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add logging for executing action
This commit is contained in:
parent
6fcec33ab6
commit
8cd8016c3d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue