ruderich.org/simon
/
tlsproxy
/
tlsproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3bbe13
)
Display priority string when starting with debug level >= 1.
author
Simon Ruderich
<simon@ruderich.org>
Sun, 18 Aug 2013 12:35:59 +0000
(14:35 +0200)
committer
Simon Ruderich
<simon@ruderich.org>
Sun, 18 Aug 2013 12:35:59 +0000
(14:35 +0200)
src/tlsproxy.c
patch
|
blob
|
history
diff --git
a/src/tlsproxy.c
b/src/tlsproxy.c
index 751c8604c83e7ae22fb4106eb0a34c27d35a027d..6d49253681ea05ff92b27c8e3a3e71de3d7ee5fa 100644
(file)
--- a/
src/tlsproxy.c
+++ b/
src/tlsproxy.c
@@
-191,6
+191,7
@@
int main(int argc, char **argv) {
if (global_log_level >= LOG_DEBUG1_LEVEL) {
printf("tlsproxy %s\n", VERSION);
printf("Listening for connections on port %d.\n", port);
+ printf("Priority string: %s.\n", PROXY_TLS_PRIORITIES);
if (global_proxy_host != NULL && global_proxy_port != NULL) {
printf("Using proxy: %s:%s.\n", global_proxy_host,