Use a %s format for the exit status -- through the magical workings of
the aptly named MagicDict class, the value is a string, not a number,
by the time it is printed...
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py
index a0dad2f..81d933f 100644
--- a/Tools/faqwiz/faqconf.py
+++ b/Tools/faqwiz/faqconf.py
@@ -450,7 +450,7 @@
 """
 
 COMMITFAILED = """
-Exit status %(sts)04x.
+Exit status %(sts)s.
 """
 
 # Add/Delete