From 9875e3368cf2365b319e6e10b6ab5155185b5c93 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Wed, 8 Apr 2020 14:54:30 +0300 Subject: [PATCH] Linking errors --- src/dap_cert_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dap_cert_file.c b/src/dap_cert_file.c index 2958aba..c1fcc91 100755 --- a/src/dap_cert_file.c +++ b/src/dap_cert_file.c @@ -59,7 +59,7 @@ int dap_cert_file_save(dap_cert_t * a_cert, const char * a_cert_file_path) return -4; } }else{ - log_it(L_ERROR, "Can't open file for write: %s", strerror(errno)); + log_it(L_ERROR, "Can't open file '%s' for write: %s", a_cert_file_path, strerror(errno)); return -2; } } -- GitLab