X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=c6084d8bb2bf3e958714acff62cd9897b096f4eb;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=95b24bc60f4de00d8fa33a810490abf7f284c6d1;hpb=81d0c91b0d085b66aa40a9e147698f618b825d62;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)