summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/notify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index 9957c1fc5d..49a516b907 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.c
@@ -443,7 +443,8 @@ static BOOL buf_to_notify_message(void *buf, size_t len,
struct notify_message *msg)
{
if (len < MSG_NOTIFY_MESSAGE_SIZE) {
- DEBUG(0, ("Got invalid notify message of len %d\n", len));
+ DEBUG(0, ("Got invalid notify message of len %d\n",
+ (int)len));
return False;
}