diff options
author | Hans Nilsson <[email protected]> | 2014-04-23 22:00:06 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-04-24 15:13:32 +0200 |
commit | 59dad3e9bfe0a3d724484d93ad09a7b41de8dab4 (patch) | |
tree | 6ba7f7366d59744987f55aecb341242e439a8737 /lib/ssh | |
parent | 81ecc6da697a6d38cf207b48616cb298146641f9 (diff) | |
download | otp-59dad3e9bfe0a3d724484d93ad09a7b41de8dab4.tar.gz otp-59dad3e9bfe0a3d724484d93ad09a7b41de8dab4.tar.bz2 otp-59dad3e9bfe0a3d724484d93ad09a7b41de8dab4.zip |
ssh: remove confusing info in some reports
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh_connection_handler.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index 322da50f21..06866392da 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -1482,8 +1482,7 @@ ssh_channel_info([ _ | Rest], Channel, Acc) -> log_error(Reason) -> Report = io_lib:format("Erlang ssh connection handler failed with reason: " - "~p ~n, Stacktace: ~p ~n" - "please report this to [email protected] \n", + "~p ~n, Stacktrace: ~p ~n", [Reason, erlang:get_stacktrace()]), error_logger:error_report(Report), "Internal error". |