diff options
Diffstat (limited to 'modes')
-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 { |