diff options
Diffstat (limited to 'p11-kit/uri.c')
| -rw-r--r-- | p11-kit/uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/uri.c b/p11-kit/uri.c index e9989c8..ffcf6cc 100644 --- a/p11-kit/uri.c +++ b/p11-kit/uri.c @@ -1420,7 +1420,7 @@ p11_kit_uri_message (int code) case P11_KIT_URI_NOT_FOUND: return "The URI component was not found"; default: - debug ("unknown error code: %d", code); + _p11_debug ("unknown error code: %d", code); return "Unknown error"; } } |
