-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: CORE_LOG_ALWAYS reported as CORE_LOG_NOTICE
CORE_LOG_LEVEL_ALWAYS is an internal level and can not be used outise core_log/core_log_default_function. It is converted to CORE_LOG_NOTICE. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
- Loading branch information
Showing
7 changed files
with
62 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <2> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <2> $(nW) $(nW) ut version 1.0 | ||
$(nW) <2> $(nW) $(nW) src version: $(nW) | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <2> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <2> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <2> $(nW) $(nW) ut version 1.0 | ||
$(nW) <2> $(nW) $(nW) src version: $(nW) | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <2> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <2> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <2> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR | ||
$(nW) <2> $(nW) $(nW) Log level WARNING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters