diff options
Diffstat (limited to 'source3/printing/spoolssd.c')
-rw-r--r-- | source3/printing/spoolssd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index 464d12bf991..8f182f824c7 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -807,7 +807,7 @@ pid_t start_spoolssd(struct tevent_context *ev_ctx, exit(1); } - DEBUG(1, ("SPOOLSS Daemon Started (%d)\n", getpid())); + DEBUG(1, ("SPOOLSS Daemon Started (%u)\n", (unsigned int)getpid())); pfh_manage_pool(ev_ctx, msg_ctx, &pf_spoolss_cfg, spoolss_pool); |