changeset 362:6a1a111f508e

db_impl: Fix misleading comment.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 06 Oct 2017 06:18:27 +0000
parents d1427db7cd72
children 40c6e26ad2c5
files src/db_impl.rs
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/db_impl.rs	Fri Oct 06 06:15:30 2017 +0000
+++ b/src/db_impl.rs	Fri Oct 06 06:18:27 2017 +0000
@@ -156,8 +156,8 @@
                        "database already exists and error_if_exists is true");
         }
 
-        // If save_manifest is true, the existing manifest is reused and we should log_and_apply()
-        // later.
+        // If save_manifest is true, we should log_and_apply() later in order to write the new
+        // manifest.
         let mut save_manifest = self.vset.borrow_mut().recover()?;
 
         // Recover from all log files not in the descriptor.