Skip to content

Commit

Permalink
Update rbuscore.c
Browse files Browse the repository at this point in the history
  • Loading branch information
karuna2git authored Oct 31, 2023
1 parent 482337c commit 22c864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rbuscore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ static void _rbuscore_directconnection_load_from_cache()

snprintf(cacheFileName, 256, RBUS_DIRECT_FILE_CACHE, __progname);

RBUSCORELOG_DEBUG("Entry of directconnection_load_from_cache");
RBUSCORELOG_DEBUG("Entry of %s", __FUNCTION__);

if(stat(cacheFileName, &st) != 0)
{
Expand Down

0 comments on commit 22c864b

Please sign in to comment.