mirror of
https://github.com/typesense/typesense.git
synced 2025-05-23 23:30:42 +08:00
Log server version during crash as well.
This commit is contained in:
parent
142f5a3b31
commit
88fe5868d0
@ -85,7 +85,7 @@ void crash_callback(int sig, backward::StackTrace& st) {
|
||||
}
|
||||
}
|
||||
|
||||
LOG(ERROR) << "Typesense is terminating abruptly.";
|
||||
LOG(ERROR) << "Typesense " << TYPESENSE_VERSION << " is terminating abruptly.";
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user