fix debug build
This commit is contained in:
parent
b6bab7d0bb
commit
30a39aa376
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ face_set_ptr face_manager<T>::get_face_set(font_set const& fset)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
MAPNIK_LOG_DEBUG(font_engine_freetype)
|
MAPNIK_LOG_DEBUG(font_engine_freetype)
|
||||||
<< "Failed to find face '" << *name
|
<< "Failed to find face '" << name
|
||||||
<< "' in font set '" << fset.get_name() << "'\n";
|
<< "' in font set '" << fset.get_name() << "'\n";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue