s3-smbtorture: fix printf statement in ioctl test.
authorGünther Deschner <gd@samba.org>
Mon, 16 Aug 2010 11:30:00 +0000 (13:30 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 16 Aug 2010 11:30:50 +0000 (13:30 +0200)
Guenther

source3/torture/torture.c

index 0c1550d6af3c061b4db2507eb6bd945e9fd689f4..01a085d89aea4d1c9206a2de5d80b0df20f27eec 100644 (file)
@@ -4916,7 +4916,7 @@ bool torture_ioctl_test(int dummy)
        printf("ioctl job info: %s\n", nt_errstr(status));
 
        for (device=0;device<0x100;device++) {
-               printf("testing device=0x%x\n", device);
+               printf("ioctl test with device = 0x%x\n", device);
                for (function=0;function<0x100;function++) {
                        uint32 code = (device<<16) | function;