diff options
| author | Brandon Wiley <brandon@blanu.net> | 2017-08-14 19:08:19 -0500 |
|---|---|---|
| committer | Brandon Wiley <brandon@blanu.net> | 2017-08-14 19:08:19 -0500 |
| commit | d93413e8a79df10fa1d6713756595e265403d1c6 (patch) | |
| tree | 4e553e4a31d493f8b031ebbd0ff6d1208958cc7d | |
| parent | 6d657b092d7edb1bda0747842e04e29cdcaf1ef4 (diff) | |
Fixed an incorrect error message
| -rw-r--r-- | modes/transparent_tcp/transparent_tcp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/transparent_tcp/transparent_tcp.go b/modes/transparent_tcp/transparent_tcp.go index e335d35..17cd5d4 100644 --- a/modes/transparent_tcp/transparent_tcp.go +++ b/modes/transparent_tcp/transparent_tcp.go @@ -127,7 +127,7 @@ func clientHandler(target string, termMon *termmon.TermMonitor, name string, opt return } } else { - log.Errorf("obfs4 transport missing cert argument: %s", args) + log.Errorf("obfs4 transport missing iatMode argument: %s", args) return } } else { |
