Skip to content

Commit b26565d

Browse files
committed
Verify the proxy library
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent ac5f96d commit b26565d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pr_push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ permissions:
1717

1818
jobs:
1919
FastBuild:
20-
name: Fast builds
2120
uses: ./.github/workflows/reusable_fast.yml
2221
DevDax:
2322
uses: ./.github/workflows/reusable_dax.yml

src/proxy_lib/proxy_lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ void proxy_lib_create_common(void) {
151151
}
152152
// The UMF pool has just been created (Proxy_pool != NULL). Stop using
153153
// the linear allocator and start using the UMF pool allocator from now on.
154+
LOG_DEBUG("proxy_lib initialized");
154155
}
155156

156157
void proxy_lib_destroy_common(void) {

0 commit comments

Comments
 (0)