]> xenbits.xensource.com Git - xen-guest-agent.git/commit
Fix error messages not getting formatted
authorYann Dirson <yann.dirson@vates.fr>
Thu, 2 Nov 2023 15:04:31 +0000 (16:04 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Thu, 2 Nov 2023 15:34:57 +0000 (16:34 +0100)
commitf307ea2fc69969bc8859aaf4c11cd9e5894f48c5
tree28f9eb6eb4953c62edae5631d75c35baf2e02fe9
parent6329e1cc91ac8c43719eb3b07fd1c51427b02eb6
Fix error messages not getting formatted

Errors that never happened, bugs that did not get caught, including
messages that did not get updated accross refactorings, and types not
implementing std::fmt::Debug.

Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
src/collector_memory_linux.rs
src/collector_net_netlink.rs
src/datastructs.rs
src/publisher.rs