From b107e5b149b871caf80ce765c11b87c69fa86359 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 9 May 2016 12:19:16 +0100 Subject: [PATCH] utils: boot-analysis: Fix minor typo in string. (cherry picked from commit 320b0faeaf67d80bccf8f81b9ebfcbcb68516fa1) --- utils/boot-analysis/boot-analysis-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/boot-analysis/boot-analysis-utils.c b/utils/boot-analysis/boot-analysis-utils.c index 693b6f4..4308bea 100644 --- a/utils/boot-analysis/boot-analysis-utils.c +++ b/utils/boot-analysis/boot-analysis-utils.c @@ -69,7 +69,7 @@ test_info (guestfs_h *g, int nr_test_passes) /* Related to qemu. */ backend = guestfs_get_backend (g); - printf (" backend: %-20s [to change set LIBGUESTFS_BACKEND]\n", + printf (" backend: %-20s [to change set $LIBGUESTFS_BACKEND]\n", backend); printf (" qemu: %-20s [to change set $LIBGUESTFS_HV]\n", qemu); printf ("qemu version: "); -- 1.8.3.1