Skip to content

Commit

Permalink
core: removed log message used for troubleshooting
Browse files Browse the repository at this point in the history
(cherry picked from commit c22dfcd)
(cherry picked from commit f1f9c54)
  • Loading branch information
miconda committed Feb 4, 2015
1 parent d8e4e90 commit 20477e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.c
Expand Up @@ -2495,7 +2495,6 @@ int main(int argc, char** argv)
LM_WARN("disabling tls...\n");
tls_disable=1;
} else {
LM_DBG("=============================\n");
if (pre_init_tls()<0){
LM_CRIT("could not pre-initialize tls, exiting...\n");
goto error;
Expand Down

0 comments on commit 20477e7

Please sign in to comment.