From 4d2f4b3bc3b33ee30ea7c35aff8d0628eff05c07 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 15 Jan 2025 13:53:50 +0000 Subject: [PATCH] Fix scx scheduler reactivation + improve info logging --- .github/release-nest-v3 | 2 +- falcond/src/profile/manager.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index d00491f..0cfbf08 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -1 +2 diff --git a/falcond/src/profile/manager.zig b/falcond/src/profile/manager.zig index 8e3702f..3c01d50 100644 --- a/falcond/src/profile/manager.zig +++ b/falcond/src/profile/manager.zig @@ -108,7 +108,7 @@ pub const ProfileManager = struct { } vcache_setting.applyVCacheMode(.none); - try scx_scheds.restorePreviousState(self.allocator); + scx_scheds.restorePreviousState(self.allocator); self.active_profile = null; } }