]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.cxx
* src/gdcmFileHelper.cxx : bug fix when having RGB ACR files... there is
[gdcm.git] / src / gdcmSeqEntry.cxx
index ace2fa4611b30bd0f2fcd34a3b757ca7bbf7db8a..11033cdbab0e9bb284ac21db73f06a5354710864 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/02 16:18:49 $
-  Version:   $Revision: 1.53 $
+  Date:      $Date: 2005/02/05 01:37:09 $
+  Version:   $Revision: 1.54 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -240,7 +240,7 @@ void SeqEntry::Print( std::ostream &os, std::string const & )
       else 
       {
          // fuse
-         gdcmVerboseMacro("  -------- should have a sequence terminator item");
+         gdcmWarningMacro("  -------- should have a sequence terminator item");
       }
    }
 }