diff Core/FileStorage/FilesystemStorage.cpp @ 2129:0c09d1af22f3

"/tools/invalidate-tags" to invalidate the JSON summary of all the DICOM files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 17:44:10 +0100
parents e9e6ffbf0fd5
children aa4b8895cd23
line wrap: on
line diff
--- a/Core/FileStorage/FilesystemStorage.cpp	Mon Nov 07 15:13:16 2016 +0100
+++ b/Core/FileStorage/FilesystemStorage.cpp	Mon Nov 07 17:44:10 2016 +0100
@@ -223,9 +223,9 @@
 
 
   void FilesystemStorage::Remove(const std::string& uuid,
-                                 FileContentType /*type*/)
+                                 FileContentType type)
   {
-    LOG(INFO) << "Deleting attachment \"" << uuid << "\"";
+    LOG(INFO) << "Deleting attachment \"" << uuid << "\" of type " << static_cast<int>(type);
 
     namespace fs = boost::filesystem;