[PATCH 01/27] scripts/moc-noinline: Use full name of the required annotation in error message

Peter Krempa pkrempa at redhat.com
Wed Feb 9 16:01:53 UTC 2022


Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 scripts/mock-noinline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mock-noinline.py b/scripts/mock-noinline.py
index 69cf0b4b99..712550cb7a 100644
--- a/scripts/mock-noinline.py
+++ b/scripts/mock-noinline.py
@@ -73,7 +73,7 @@ warned = False
 for func in mocked.keys():
     if func not in noninlined:
         warned = True
-        print("%s is mocked at %s but missing noinline annotation" %
+        print("%s is mocked at %s but missing 'G_GNUC_NO_INLINE' annotation" %
               (func, mocked[func]), file=sys.stderr)

 if warned:
-- 
2.34.1




More information about the libvir-list mailing list