diff --git a/src/regtests/chdman/chdtest.py b/src/regtests/chdman/chdtest.py index 5191a338c08..ed16a1f7780 100644 --- a/src/regtests/chdman/chdtest.py +++ b/src/regtests/chdman/chdtest.py @@ -169,7 +169,7 @@ for root, dirs, files in os.walk(inputPath): elif command == "copy": inFile += ".chd" else: - print "unsupported mode" + print "unsupported mode '%s'" % command continue if os.path.exists(inFile): cmd = [chdmanBin, command, "-f", "-i", inFile, "-o", tempFile] + params