diff --git a/rng/src/main.rs b/rng/src/main.rs index ea4f457..aa7270a 100644 --- a/rng/src/main.rs +++ b/rng/src/main.rs @@ -119,7 +119,7 @@ pub(crate) fn start_backend(config: VuRngConfig) -> Result<()> { )); let mut daemon = VhostUserDaemon::new( - String::from("vhost-user-RNG-daemon"), + String::from("vhost-device-rng-backend"), Arc::clone(&vu_rng_backend), GuestMemoryAtomic::new(GuestMemoryMmap::new()), )