Skip to content
Snippets Groups Projects
Commit ba27a650 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "tcptls: Change error message to debug."

parents 446d48fd 01f2220b
Branches
Tags
No related merge requests found
...@@ -777,7 +777,7 @@ void ast_tcptls_close_session_file(struct ast_tcptls_session_instance *tcptls_se ...@@ -777,7 +777,7 @@ void ast_tcptls_close_session_file(struct ast_tcptls_session_instance *tcptls_se
ast_iostream_close(tcptls_session->stream); ast_iostream_close(tcptls_session->stream);
tcptls_session->stream = NULL; tcptls_session->stream = NULL;
} else { } else {
ast_log(LOG_ERROR, "ast_tcptls_close_session_file invoked on session instance without file or file descriptor\n"); ast_debug(1, "ast_tcptls_close_session_file invoked on session instance without file or file descriptor\n");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment