Skip to content
Snippets Groups Projects
Commit 9875e336 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Linking errors

parent d30f7681
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment