Merge branch 'master' into develop

This commit is contained in:
2024-08-19 10:22:57 +02:00

View File

@@ -140,9 +140,10 @@ public class ExchangeSystemManagerService {
} catch (Exception e) {
logger.error("Errore", e);
throw new RuntimeException(e);
} finally {
logger.info("Fine EXCHANGE [" + stbExchangeConfig.getDescription() + "]");
}
logger.info("Fine EXCHANGE [" + stbExchangeConfig.getDescription() + "]");
}
}