Skip to content

Commit

Permalink
This seems to happen at times
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Jul 15, 2014
1 parent 99c93a5 commit 247a1b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ void FileManager::onFileAdded(const Path &path)
{
std::lock_guard<std::mutex> lock(mMutex);
if (path.isEmpty()) {
error("Got empty file added here");
return;
}
const Filter::Result res = Filter::filter(path);
Expand Down

0 comments on commit 247a1b3

Please sign in to comment.