You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RNP_LOG prints the whole path to the source file, i.e. in my case: [process_pgp_source() /Users/aaaa/bbbbb/rnp/src/librepgp/stream-parse.cpp:2983]
However it would be better to hide prefix, i.e. print just the following: [process_pgp_source() /librepgp/stream-parse.cpp:2983]
Description
Currently RNP_LOG prints the whole path to the source file, i.e. in my case:
[process_pgp_source() /Users/aaaa/bbbbb/rnp/src/librepgp/stream-parse.cpp:2983]
However it would be better to hide prefix, i.e. print just the following:
[process_pgp_source() /librepgp/stream-parse.cpp:2983]
The best way I see right now is to use some build-time define with prefix path length, like it described here: https://stackoverflow.com/a/40947954/452752
The text was updated successfully, but these errors were encountered: