From: Teemu Hukkanen <tjhukkan@iki.fi>
Date: Mon, 18 Mar 2024 20:20:47 +0200
Subject: Improve debugging example, explaining to build with --enable-debug

Forwarded: yes
---
 README    | 2 +-
 README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 65be9d8..d1cffb8 100644
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ Having said that, here are some examples:
     `telnet localhost 2323` (telnet in to REMOTE_IP:8888 via your httptunnel you just configured above on port localhost:2323)  
     ...and you will hopefully get a login prompt from host REMOTE_IP.  
  * Debugging:
-  * For debug output, add `-Dn` to the end of a command, where `n` is the level of debug output you'd like to see, with 0 meaning no
+  * For debug output, build with `--enable-debug`, and add `-Dn` to the end of a command, where `n` is the level of debug output you'd like to see, with 0 meaning no
     debug messages at all, and 5 being the highest level (verbose).
   * ex: `htc -F 10001 -P PROXY_ADDRESS:8000 REMOTE_IP:8888 -D5` will show verbose debug output (level 5 debugging) while setting up an httptunnel client to forward localhost:10001 to REMOTE_IP:8888 via a local proxy at PROXY_ADDRESS:8000
 
diff --git a/README.md b/README.md
index ebc7643..2ca580d 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Having said that, here are some examples:
     `telnet localhost 2323` (telnet in to REMOTE_IP:8888 via your httptunnel you just configured above on port localhost:2323)  
     ...and you will hopefully get a login prompt from host REMOTE_IP.  
  * Debugging:
-  * For debug output, add `-Dn` to the end of a command, where `n` is the level of debug output you'd like to see, with 0 meaning no
+  * For debug output, build with `--enable-debug`, and add `-Dn` to the end of a command, where `n` is the level of debug output you'd like to see, with 0 meaning no
 	debug messages at all, and 5 being the highest level (verbose).  
   * ex: `htc -F 10001 -P PROXY_ADDRESS:8000 REMOTE_IP:8888 -D5` will show verbose debug output (level 5 debugging) while setting up an httptunnel client to forward localhost:10001 to REMOTE_IP:8888 via a local proxy at PROXY_ADDRESS:8000
 
