Add message to show when the daemon is ready

This commit is contained in:
2024-03-03 16:18:11 -05:00
parent 16e95af02a
commit 32a03a3895

View File

@@ -85,6 +85,8 @@ static void init_guestfs(guestfs_h *g, char *disk_path) {
free(root); free(root);
} }
free(roots); free(roots);
printf("Finished initializing guestfs\n");
} }
static void *worker_task(zsock_t *pipe, char *disk_path) { static void *worker_task(zsock_t *pipe, char *disk_path) {