diff options
Diffstat (limited to 'src/common/parse_manifest.c')
-rw-r--r-- | src/common/parse_manifest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |