virtio-devices: silence some info! messages

We have larger cloud deployments and analyzed the logs. Let's silence
some messages that generally provide little value on the `info!` level.

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-24 12:52:15 +02:00
committed by Sebastien Boeuf
parent cc98a232e6
commit dcaccf21ea
2 changed files with 6 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ impl NetEpollHandler {
{
helper.add_event(self.net.tap.as_raw_fd(), RX_TAP_EVENT)?;
self.net.rx_tap_listening = true;
info!("Listener registered at start");
debug!("Listener registered at start");
}
// The NetQueuePair needs the epoll fd.