From d40db590f579c208c03ad72017640b41bc039487 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 28 Mar 2020 09:11:11 +0100 Subject: [PATCH] Reword warning message --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bec9dba..3c6575c 100644 --- a/meson.build +++ b/meson.build @@ -209,7 +209,7 @@ endforeach foreach name, dep : cagebreak_dependencies_dict if reproducible_build_versions[name] != dep.version() - warning('The installed version of "' + name + '" on your machine (' + dep.version() + ') differs from the one used to generate the hash specified in the "Reproducible Build" section of the manual (' + reproducible_build_versions[name] + '). There is therefore no guaranty that the hashes of the binaries match.' + warning('The installed version of "' + name + '" on your machine (' + dep.version() + ') differs from the one used to generate the hash specified in the "Reproducible Build" section of the README (' + reproducible_build_versions[name] + '). There is therefore no guaranty that the hashes of the binaries match.' ) break endif