Update server.cpp

This commit is contained in:
Robert Sinclair 2024-06-01 16:13:48 +03:00 committed by GitHub
parent 0d358c1328
commit 1ac70bae7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3046,7 +3046,7 @@ int main(int argc, char ** argv) {
} catch (...) { } catch (...) {
// Catch all other exceptions // Catch all other exceptions
LOG_ERROR("unable to load model", {{"error", "Unknown Exception"}}); LOG_ERROR("unable to load model", {{"error", "Unknown Exception"}});
exit(1); return 1;
} }
LOG_INFO("model loaded", {}); LOG_INFO("model loaded", {});