diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 5b93ad4ac..fa6431613 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -226,7 +226,7 @@ void TDB2::get_changes(std::vector& changes) { void TDB2::revert() { rust::Vec undo_ops = replica()->get_undo_operations(); if (undo_ops.size() == 0) { - std::cout << "No operations to undo."; + std::cout << "No operations to undo.\n"; return; } if (confirm_revert(undo_ops)) {