logging: move exit call from LOG_Message to LOG_FATAL

This commit is contained in:
Miroslav Lichvar
2014-08-05 15:15:15 +02:00
parent 88015081f2
commit 51a2b436f4
2 changed files with 5 additions and 4 deletions

View File

@@ -187,9 +187,6 @@ void LOG_Message(LOG_Severity severity, LOG_Facility facility,
log_message(1, severity, buf);
}
}
exit(1);
break;
default:
assert(0);