We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5f96d commit b26565dCopy full SHA for b26565d
.github/workflows/pr_push.yml
@@ -17,7 +17,6 @@ permissions:
17
18
jobs:
19
FastBuild:
20
- name: Fast builds
21
uses: ./.github/workflows/reusable_fast.yml
22
DevDax:
23
uses: ./.github/workflows/reusable_dax.yml
src/proxy_lib/proxy_lib.c
@@ -151,6 +151,7 @@ void proxy_lib_create_common(void) {
151
}
152
// The UMF pool has just been created (Proxy_pool != NULL). Stop using
153
// the linear allocator and start using the UMF pool allocator from now on.
154
+ LOG_DEBUG("proxy_lib initialized");
155
156
157
void proxy_lib_destroy_common(void) {
0 commit comments