Fix scx scheduler reactivation + improve info logging

This commit is contained in:
ferreo 2025-01-15 13:53:50 +00:00
parent 92a359bb7d
commit 7e2512f236
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1
2

View File

@ -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;
}
}