diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 42b747be5..561511d98 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -62,7 +62,7 @@ void TDB2::open_replica (const std::string& location, bool create_if_missing) if (pending_data.exists()) { Color warning = Color (Context::getContext ().config.get ("color.warning")); std::cerr << warning.colorize ( - format ("Found existing '.data' files in {1}", location)) << "\n"; + format ("Found existing '*.data' files in {1}", location)) << "\n"; std::cerr << " Taskwarrior's storage format changed in 3.0, requiring a manual migration.\n"; std::cerr << " See https://github.com/GothenburgBitFactory/taskwarrior/releases.\n"; }