mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
fix(idm): reimplement packet processing algorithm (#330)
* chore(xen): rewrite event channel code * fix(idm): repair idm bugs on the file backend
This commit is contained in:
@ -167,7 +167,10 @@ impl PowerManagementContext {
|
||||
.set_cpufreq_gov(CpuId::All, policy)
|
||||
.await
|
||||
.unwrap_or_else(|error| {
|
||||
info!("non-fatal error while setting scheduler policy: {:?}", error);
|
||||
info!(
|
||||
"non-fatal error while setting scheduler policy: {:?}",
|
||||
error
|
||||
);
|
||||
});
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user