Fixed a typo, force update of unit tests on Jenkins.

This commit is contained in:
Matthias Koefferlein 2018-07-29 14:07:02 +02:00
parent 3fb568671d
commit 98ecc9e47b
3 changed files with 3 additions and 2 deletions

View File

@ -119,7 +119,7 @@ void init (const std::vector<std::string> &_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<std::string> ee = tl::dir_entries (pp, true, false);

View File

@ -120,7 +120,7 @@ void init (const std::vector<std::string> &_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<std::string> ee = tl::dir_entries (pp, true, false);

View File

@ -32,6 +32,7 @@
#include <string>
#include <vector>
#include <sstream>
namespace tl {
/**