From f2353dd71724c0d18d5912e105f034b50494bfe9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 29 Aug 2024 14:33:18 +0200 Subject: Message style improvements --- src/common/parse_manifest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/parse_manifest.c') diff --git a/src/common/parse_manifest.c b/src/common/parse_manifest.c index 612e120b17a..5a7b491e9a9 100644 --- a/src/common/parse_manifest.c +++ b/src/common/parse_manifest.c @@ -634,7 +634,7 @@ json_manifest_finalize_system_identifier(JsonManifestParseState *parse) system_identifier = strtou64(parse->manifest_system_identifier, &ep, 10); if (*ep) json_manifest_parse_failure(parse->context, - "manifest system identifier not an integer"); + "system identifier in manifest not an integer"); /* Invoke the callback for system identifier */ context->system_identifier_cb(context, system_identifier); -- cgit v1.2.3