enable rasterlite error again, accidentally disabled in 62dbfea
This commit is contained in:
parent
62dbfeaa28
commit
248c8a79c2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ feature_ptr rasterlite_featureset::get_feature(mapnik::query const& q)
|
|||
}
|
||||
else
|
||||
{
|
||||
MAPNIK_LOG_DEBUG(rasterlite) << "Rasterlite Plugin: Error " << rasterliteGetLastError (dataset_);
|
||||
MAPNIK_LOG_ERROR(rasterlite) << "Rasterlite Plugin: Error " << rasterliteGetLastError (dataset_);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue