Skip to content

Commit

Permalink
core: removed log message used for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Feb 4, 2015
1 parent f51f81c commit c22dfcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.c
Expand Up @@ -2454,7 +2454,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 c22dfcd

Please sign in to comment.