]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
Remove lenny-r0 specials
[dak.git] / dak / control_suite.py
index 95b24bc60f4de00d8fa33a810490abf7f284c6d1..c6084d8bb2bf3e958714acff62cd9897b096f4eb 100755 (executable)
@@ -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)