summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-02-28 02:07:06 -0800
committerJeremy Allison <jra@samba.org>2008-02-28 02:07:06 -0800
commit9d37794a6c1db3b15ff235d18df05b0d9601b6b7 (patch)
treefd5da59dd7391e84486479a5e01a12cb4472fe47
parent346993ee759c10a65cb22821cafc315186281e59 (diff)
downloadsamba-9d37794a6c1db3b15ff235d18df05b0d9601b6b7.tar.gz
samba-9d37794a6c1db3b15ff235d18df05b0d9601b6b7.tar.bz2
samba-9d37794a6c1db3b15ff235d18df05b0d9601b6b7.zip
Fix debug %lu message.
Jeremy. (This used to be commit 644a3be37a6760c9e25ac1b286c7c225096e8b0d)
-rw-r--r--source3/param/loadparm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 79c522f77c..71a5e90ea4 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3503,8 +3503,8 @@ bool lp_file_list_changed(void)
libnet_conf_get_seqnum(conf_ctx, NULL, NULL))
{
DEBUGADD(6, ("regdb seqnum changed: old = %lu, "
- "new = %lu\n", conf_last_seqnum,
- libnet_conf_get_seqnum(conf_ctx, NULL, NULL)));
+ "new = %lu\n", (unsigned long)conf_last_seqnum,
+ (unsigned long)libnet_conf_get_seqnum(conf_ctx, NULL, NULL)));
return true;
} else {
/*