summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/persistence_client_library_handle.c')
-rw-r--r--src/persistence_client_library_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/persistence_client_library_handle.c b/src/persistence_client_library_handle.c
index 7ccb9b3..bad7350 100644
--- a/src/persistence_client_library_handle.c
+++ b/src/persistence_client_library_handle.c
@@ -73,7 +73,7 @@ int get_persistence_handle_idx()
else
{
handle = -1;
- printf("get_persistence_handle_idx => Reached maximum of open handles: %d \n", MaxPersHandle);
+ DLT_LOG(gDLTContext, DLT_LOG_ERROR, DLT_STRING("get_persistence_handle_idx => Reached maximum of open handles: "), DLT_INT(MaxPersHandle));
}
}
pthread_mutex_unlock(&gMtx);