Index: main/logger.c =================================================================== --- main/logger.c (revision 386686) +++ main/logger.c (working copy) @@ -1087,10 +1087,6 @@ /* Free the data since we are done */ ast_free(msg); } - - /* If we should stop, then stop */ - if (close_logger_thread) - break; } return NULL;