From 6e0369036ea1fe38d11990854593e8a49c8050d2 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Thu, 3 Nov 2016 17:13:02 +0000 Subject: [PATCH] fixed log output typo --- scripts/mk_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index 84931b47e..868f9b9c1 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -1591,7 +1591,7 @@ class DotNetDLLComponent(Component): elif os.path.isfile(os.path.join(self.src_dir, self.key_file)): self.key_file = os.path.abspath(os.path.join(self.src_dir, self.key_file)) else: - print("Keyfile '%s' could not be found; %s.dll will be unsigned." % (self.dll_name, self.key_file)) + print("Keyfile '%s' could not be found; %s.dll will be unsigned." % (self.key_file, self.dll_name)) self.key_file = None if not self.key_file is None: