Skip to content

Commit

Permalink
s3:locking: fix debug level for NT_STATUS_NOT_FOUND messanges in get_…
Browse files Browse the repository at this point in the history
…static_share_mode_data

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15362

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Apr 24 14:13:35 UTC 2023 on atb-devel-224
  • Loading branch information
metze-samba committed Apr 24, 2023
1 parent 24dd456 commit eafcef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/locking/share_mode_lock.c
Expand Up @@ -885,7 +885,7 @@ static NTSTATUS get_static_share_mode_data(
return status;
}
if (!NT_STATUS_IS_OK(state.status)) {
DBG_GET_SHARE_MODE_LOCK(status,
DBG_GET_SHARE_MODE_LOCK(state.status,
"get_static_share_mode_data_fn failed: %s\n",
nt_errstr(state.status));
return state.status;
Expand Down

0 comments on commit eafcef1

Please sign in to comment.