diff --git a/src/db/db/dbInit.cc b/src/db/db/dbInit.cc index 410be0b31..6e3781ab9 100644 --- a/src/db/db/dbInit.cc +++ b/src/db/db/dbInit.cc @@ -119,7 +119,7 @@ void init (const std::vector &_paths) const char *db_plugin_dir = "db_plugins"; std::string pp = tl::combine_path (*p, db_plugin_dir); - tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s'' for plugins ..")), pp); + tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s' for plugins ..")), pp); std::vector ee = tl::dir_entries (pp, true, false); diff --git a/src/lay/lay/layInit.cc b/src/lay/lay/layInit.cc index 5bf2bdd9a..1c51777a6 100644 --- a/src/lay/lay/layInit.cc +++ b/src/lay/lay/layInit.cc @@ -120,7 +120,7 @@ void init (const std::vector &_paths) const char *lay_plugin_dir = "lay_plugins"; std::string pp = tl::combine_path (*p, lay_plugin_dir); - tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s'' for plugins ..")), pp); + tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s' for plugins ..")), pp); std::vector ee = tl::dir_entries (pp, true, false); diff --git a/src/tl/tl/tlUnitTest.h b/src/tl/tl/tlUnitTest.h index 251f9a92f..a596f4f3a 100644 --- a/src/tl/tl/tlUnitTest.h +++ b/src/tl/tl/tlUnitTest.h @@ -32,6 +32,7 @@ #include #include #include + namespace tl { /**