diff options
Diffstat (limited to 'src/meta')
-rw-r--r-- | src/meta/meta_turtle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meta/meta_turtle.c b/src/meta/meta_turtle.c index 957a67d250f..ec93f526f89 100644 --- a/src/meta/meta_turtle.c +++ b/src/meta/meta_turtle.c @@ -192,9 +192,9 @@ __wt_turtle_init(WT_SESSION_IMPL *session) * we want to recreate the metadata from the backup. */ if (exist_backup) { - __wt_msg(session, "Both %s and %s exist. " + WT_RET(__wt_msg(session, "Both %s and %s exist. " "Recreating metadata from backup.", - WT_METADATA_TURTLE, WT_METADATA_BACKUP); + WT_METADATA_TURTLE, WT_METADATA_BACKUP)); WT_RET(__wt_remove_if_exists( session, WT_METAFILE)); WT_RET(__wt_remove_if_exists( |