feat: image pull is now internally explicit

This commit is contained in:
2024-04-15 06:50:53 +00:00
parent 5511fb2fa1
commit fdc8f4d634
23 changed files with 532 additions and 386 deletions

View File

@@ -179,8 +179,6 @@ impl AutoNetworkWatcher {
break;
},
Ok(_) => {},
Err(error) => {
warn!("failed to receive event: {}", error);
}