mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-27 02:54:23 +01:00
Add logging for executing action
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user