Removed warning "Empty signature detected"

This commit is contained in:
Mathieu Labbe
2015-04-28 13:57:28 -04:00
parent 8531991f7c
commit 3699fab6e0

View File

@@ -1255,7 +1255,7 @@ void DBDriverSqlite3::loadSignaturesQuery(const std::list<int> & ids, std::list<
if(visualWords.size()==0)
{
UWARN("Empty signature detected! (id=%d)", (*iter)->id());
UINFO("Empty signature detected! (id=%d)", (*iter)->id());
}
else
{