Skip to content
Snippets Groups Projects
Commit dfce9194 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

tagset msg fixed

parent f236a374
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ const Tagset& TagsetManager::get_tagset(const std::string &name)
id_cache_.insert(std::make_pair(ptr->id(), ptr));
ptr->set_name(name);
if (Path::Instance().get_verbose()) {
std::cerr << "Tagset '" << name << " loaded with id "
std::cerr << "Tagset '" << name << "' loaded with id "
<< (int)ptr->id() << "\n";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment