Add log for unchanged enterprise environment status

This commit is contained in:
Thorsten Sommer 2025-06-02 19:10:47 +02:00
parent 4cf00f8123
commit ce0b936ed0
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -71,6 +71,8 @@ public sealed class EnterpriseEnvironmentService(ILogger<EnterpriseEnvironmentSe
break; break;
} }
} }
else
logger.LogInformation("The enterprise environment has not changed. No update required.");
} }
catch (Exception e) catch (Exception e)
{ {