src: add IndexerCommandType that will be used instead of string

This commit is contained in:
malte_langkabel
2017-05-16 15:29:46 +02:00
parent 80016596df
commit 4d140e396a
15 changed files with 78 additions and 41 deletions
@@ -44,7 +44,7 @@ void SharedIndexerCommand::fromLocal(IndexerCommand* indexerCommand)
else
{
LOG_ERROR_STREAM(<< "Trying to push unhandled type of IndexerCommand for file: "
<< indexerCommand->getSourceFilePath().str() << ". Type string is: " << indexerCommand->getKindString()
<< indexerCommand->getSourceFilePath().str() << ". Type string is: " << indexerCommandTypeToString(indexerCommand->getIndexerCommandType())
<< ". It will be ignored.");
}
}