Skip to content

Commit

Permalink
tests: log_interlib_client: no logging self-check when not logging
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pokorný <[email protected]>
  • Loading branch information
jnpkrn committed Jan 12, 2018
1 parent b4ba81e commit 6c58f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/log_interlib_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "os_base.h"
#include <qb/qblog.h>

#ifndef NSELFCHECK
#if !defined(NLOG) && !defined(NSELFCHECK)
QB_LOG_INIT_DATA(linker_contra_log_lib_user);
#endif

Expand Down

0 comments on commit 6c58f2b

Please sign in to comment.