Update server.cpp
This commit is contained in:
parent
0d358c1328
commit
1ac70bae7e
1 changed files with 1 additions and 1 deletions
|
@ -3046,7 +3046,7 @@ int main(int argc, char ** argv) {
|
|||
} catch (...) {
|
||||
// Catch all other exceptions
|
||||
LOG_ERROR("unable to load model", {{"error", "Unknown Exception"}});
|
||||
exit(1);
|
||||
return 1;
|
||||
}
|
||||
|
||||
LOG_INFO("model loaded", {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue