aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c
index 13873eb..70c13ba 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -1165,7 +1165,7 @@ _gpgrt_logv_clock (const char *fmt, va_list arg_ptr)
if (clock_gettime (CLOCK_REALTIME, &tv))
{
- log_debug ("error getting the realtime clock value\n");
+ _gpgrt_log_debug ("error getting the realtime clock value\n");
return;
}
now = tv.tv_sec * 1000000000ull;