mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix %d / size_t printf arg missmatch.
Jeremy.
This commit is contained in:
parent
45ae90b77e
commit
3e3205309b
@ -238,9 +238,9 @@ bool push_blocking_lock_request( struct byte_range_lock *br_lck,
|
||||
set_lock_msg = True;
|
||||
}
|
||||
|
||||
DEBUG(3,("push_blocking_lock_request: lock request length=%d blocked with "
|
||||
DEBUG(3,("push_blocking_lock_request: lock request length=%u blocked with "
|
||||
"expiry time (%u sec. %u usec) (+%d msec) for fnum = %d, name = %s\n",
|
||||
length, (unsigned int)blr->expire_time.tv_sec,
|
||||
(unsigned int)length, (unsigned int)blr->expire_time.tv_sec,
|
||||
(unsigned int)blr->expire_time.tv_usec, lock_timeout,
|
||||
blr->fsp->fnum, blr->fsp->fsp_name ));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user