summaryrefslogtreecommitdiff
path: root/source/winbindd/winbindd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/winbindd/winbindd.c')
-rw-r--r--source/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbindd/winbindd.c b/source/winbindd/winbindd.c
index e235c965349..a914c5c9a93 100644
--- a/source/winbindd/winbindd.c
+++ b/source/winbindd/winbindd.c
@@ -259,7 +259,7 @@ static void winbind_msg_validate_cache(struct messaging_context *msg_ctx,
if (child_pid != 0) {
/* parent */
DEBUG(5, ("winbind_msg_validate_cache: child created with "
- "pid %d.\n", child_pid));
+ "pid %d.\n", (int)child_pid));
return;
}