aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-08-25 17:03:06 +0300
committerpg <pg@yandex-team.com>2023-08-25 17:20:23 +0300
commite841c3be45ce65bf9b0f9b9402acdcbff444cf4f (patch)
treeb42cd2fd6181b3fccb8eddc84f5e8f7d91f8437a
parent023c046d634583c07fd52d26cc2409d1b37db399 (diff)
downloadydb-e841c3be45ce65bf9b0f9b9402acdcbff444cf4f.tar.gz
-rw-r--r--library/cpp/regex/hyperscan/hyperscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/regex/hyperscan/hyperscan.cpp b/library/cpp/regex/hyperscan/hyperscan.cpp
index ba321f9c29..d431f87398 100644
--- a/library/cpp/regex/hyperscan/hyperscan.cpp
+++ b/library/cpp/regex/hyperscan/hyperscan.cpp
@@ -274,7 +274,7 @@ namespace NHyperscan {
if (status == HS_DB_PLATFORM_ERROR) {
ythrow yexception() << "Serialized Hyperscan database is incompatible with current CPU";
} else {
- ythrow yexception() << "Failed to deserialize hyperscan database";
+ ythrow yexception() << "Failed to deserialize hyperscan database (status = " << status << ")";
}
}
return db;