comparison Core/FileStorage/FilesystemStorage.cpp @ 1487:23083810d543

removal of unneeded static libraries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:45:58 +0200
parents f967bdf8534e
children bd1889029cbb
comparison
equal deleted inserted replaced
1486:f967bdf8534e 1487:23083810d543
211 211
212 212
213 void FilesystemStorage::Remove(const std::string& uuid, 213 void FilesystemStorage::Remove(const std::string& uuid,
214 FileContentType /*type*/) 214 FileContentType /*type*/)
215 { 215 {
216 #if HAVE_GOOGLE_LOG == 1 216 #if ORTHANC_ENABLE_GOOGLE_LOG == 1
217 LOG(INFO) << "Deleting file " << uuid; 217 LOG(INFO) << "Deleting file " << uuid;
218 #endif 218 #endif
219 219
220 namespace fs = boost::filesystem; 220 namespace fs = boost::filesystem;
221 221