diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/nttrans.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 7264bcbac9..40a47fde5c 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -2349,9 +2349,11 @@ static void call_nt_transact_ioctl(connection_struct *conn, return; } default: + /* Only print this once... */ if (!logged_ioctl_message) { - logged_ioctl_message = true; /* Only print this once... */ - DEBUG(0,("call_nt_transact_ioctl(0x%x): Currently not implemented.\n", + logged_ioctl_message = true; + DEBUG(2,("call_nt_transact_ioctl(0x%x): " + "Currently not implemented.\n", function)); } } |