Log server version during crash as well.

This commit is contained in:
Kishore Nallan 2021-10-16 14:53:10 +05:30
parent 142f5a3b31
commit 88fe5868d0

View File

@ -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);
}