Skip to content

Commit c7a6c28

Browse files
author
toddn
committed
printing out info if extractor not found that was to be deleted
1 parent 983b47d commit c7a6c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/mongodb/MongoDBExtractorService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class MongoDBExtractorService extends ExtractorService {
211211
ExtractorInfoDAO.remove(MongoDBObject("name" -> extractor.name))
212212
}
213213
case None => {
214-
214+
Logger.info("No extractor found with name: " + extractorName)
215215
}
216216

217217
}

0 commit comments

Comments
 (0)