]> err.no Git - linux-2.6/blobdiff - fs/cifs/cifs_debug.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[linux-2.6] / fs / cifs / cifs_debug.c
index 2f55edf2eeea1ef5b7fe5f93297fcdd45792cf47..96abeb7389784d4e3f5fa6eb4ee72ea8d66b947a 100644 (file)
@@ -889,7 +889,7 @@ security_flags_write(struct file *file, const char __user *buffer,
        }
 
        if(flags & ~CIFSSEC_MASK) {
-               cERROR(1,("attempt to set unsupported security flags 0x%d",
+               cERROR(1,("attempt to set unsupported security flags 0x%x",
                        flags & ~CIFSSEC_MASK));
                return -EINVAL;
        }