Skip to content
Snippets Groups Projects
Commit 75cdc001 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'support_2719' into 'master'

Linking errors

See merge request cellframe/libdap-crypto!18
parents d30f7681 9875e336
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