From e54de28bf95a1104ae08ca659fecf4759f5c0455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Thu, 6 Mar 2014 14:32:03 +0000 Subject: [PATCH] chdtest.py: log the unsupported mode (nw) --- src/regtests/chdman/chdtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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