summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/api_err.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/api_err.py')
-rw-r--r--src/third_party/wiredtiger/dist/api_err.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/dist/api_err.py b/src/third_party/wiredtiger/dist/api_err.py
index cc6b9a6610a..38082f117cf 100644
--- a/src/third_party/wiredtiger/dist/api_err.py
+++ b/src/third_party/wiredtiger/dist/api_err.py
@@ -67,8 +67,10 @@ errors = [
Error('WT_TRY_SALVAGE', -31809,
'database corruption detected', '''
This error is generated when corruption is detected in an on-disk file.
- The application may choose to salvage the file or retry wiredtiger_open
- with the 'salvage=true' configuration setting.'''),
+ During normal operations, this may occur in rare circumstances as a
+ result of a system crash. The application may choose to salvage the
+ file or retry wiredtiger_open with the 'salvage=true' configuration
+ setting.'''),
]
# Update the #defines in the wiredtiger.in file.