Skip to content

Commit

Permalink
obj: pmemobj_ctl_setU log level decreasing to 150
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Oct 5, 2023
1 parent fba5b46 commit 08243fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpmemobj/obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,7 @@ static inline
int
pmemobj_ctl_setU(PMEMobjpool *pop, const char *name, void *arg)
{
LOG(3, "pop %p name %s arg %p", pop, name, arg);
LOG(150, "pop %p name %s arg %p", pop, name, arg);
return ctl_query(pop == NULL ? NULL : pop->ctl, pop,
CTL_QUERY_PROGRAMMATIC, name, CTL_QUERY_WRITE, arg);
}
Expand Down

0 comments on commit 08243fb

Please sign in to comment.