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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/persistence_client_library_handle.c b/src/persistence_client_library_handle.c
index 4ba7462..c136cb1 100644
--- a/src/persistence_client_library_handle.c
+++ b/src/persistence_client_library_handle.c
@@ -70,7 +70,7 @@ int get_persistence_handle_idx()
else
{
handle = EPERS_MAXHANDLE;
- DLT_LOG(gPclDLTContext, DLT_LOG_ERROR, DLT_STRING("get_persistence_handle_idx - max open handles: "), DLT_INT(MaxPersHandle));
+ DLT_LOG(gPclDLTContext, DLT_LOG_ERROR, DLT_STRING("gPersHidx - max open handles: "), DLT_INT(MaxPersHandle));
}
}
pthread_mutex_unlock(&gMtx);
@@ -128,7 +128,7 @@ int set_key_handle_data(int idx, const char* id, unsigned int ldbid, unsigned i
}
else
{
- DLT_LOG(gPclDLTContext, DLT_LOG_ERROR, DLT_STRING("set_key_handle_data - index out of bounds:"), DLT_INT(idx));
+ DLT_LOG(gPclDLTContext, DLT_LOG_ERROR, DLT_STRING("sKeyHdata - idx out of bounds:"), DLT_INT(idx));
}
pthread_mutex_unlock(&gKeyHandleAccessMtx);