diff options
Diffstat (limited to 'p11-kit/conf.c')
-rw-r--r-- | p11-kit/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/conf.c b/p11-kit/conf.c index 778ea00..894566a 100644 --- a/p11-kit/conf.c +++ b/p11-kit/conf.c @@ -316,7 +316,7 @@ expand_user_path (const char *path) char directory[MAX_PATH + 1]; if (!SHGetSpecialFolderPathA (NULL, directory, CSIDL_PROFILE, TRUE)) { - _p11_message ("couldn't lookup home directory for user"); + p11_message ("couldn't lookup home directory for user"); errno = ENOTDIR; return NULL; } |