X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=c6084d8bb2bf3e958714acff62cd9897b096f4eb;hb=c85fbd74d65ed0c0878d9ba1125186ec151cbe4e;hp=95b24bc60f4de00d8fa33a810490abf7f284c6d1;hpb=0d80b258098ff470433efa4d9c1f81b404883195;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index 95b24bc6..c6084d8b 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -276,7 +276,7 @@ def main (): # Safety/Sanity check if action == "set" and suite not in ["testing", "etch-m68k"]: - utils.fubar("Will not reset a suite other than testing.") + utils.fubar("Will not reset suite %s" % (suite)) if action == "list": get_list(suite)