Make the no packages currently executing warning debug-only

This commit is contained in:
Evil Factory
2026-05-22 23:48:34 -03:00
parent 1f5ee454c0
commit eb22fbddff

View File

@@ -415,7 +415,9 @@ public sealed class PackageManagementService : IPackageManagementService
if (_loadedPackages.IsEmpty || _runningPackages.IsEmpty)
{
#if DEGUG
_logger.LogWarning($"{nameof(StopRunningPackages)}: No packages are currently executing.");
#endif
return FluentResults.Result.Ok();
}