Fix scx scheduler reactivation + improve info logging
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 27s

This commit is contained in:
ferreo 2025-01-15 13:53:50 +00:00
parent 92a359bb7d
commit 4d2f4b3bc3
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;
}
}