[PATCH] uefi: uefirtvariable: minor cleanup of failure message
Colin King
colin.king at canonical.com
Thu Jul 4 09:15:48 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
Minor change, expect -> expected and remove full stop.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/uefi/uefirtvariable/uefirtvariable.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/uefi/uefirtvariable/uefirtvariable.c b/src/uefi/uefirtvariable/uefirtvariable.c
index 7c2fc1f..42e4545 100644
--- a/src/uefi/uefirtvariable/uefirtvariable.c
+++ b/src/uefi/uefirtvariable/uefirtvariable.c
@@ -844,8 +844,8 @@ static int setvariable_checkvariable_notfound(
return FWTS_OK;
}
fwts_failed(fw, LOG_LEVEL_HIGH, "UEFIRuntimeSetVariable",
- "Failed to set variable with UEFI runtime service., "
- "expect the status return EFI_NOT_FOUND.");
+ "Failed to set variable with UEFI runtime service, "
+ "expected the status return EFI_NOT_FOUND.");
fwts_uefi_print_status_info(fw, status);
return FWTS_ERROR;
}
--
1.8.1.2
More information about the fwts-devel
mailing list