X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpegLS.cxx;fp=src%2FgdcmJpegLS.cxx;h=a850d3593b4f4613df554bf991bd8c0c6569c5a4;hb=95e43356511d138225d8f718f632b3e7a8fcc106;hp=e8726d5e1151c546e90394b3f8e50fcc739dd991;hpb=b1ebe82627c2a83cc9dd1239b148779d9a7c32ce;p=gdcm.git diff --git a/src/gdcmJpegLS.cxx b/src/gdcmJpegLS.cxx index e8726d5e..a850d359 100644 --- a/src/gdcmJpegLS.cxx +++ b/src/gdcmJpegLS.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpegLS.cxx,v $ Language: C++ - Date: $Date: 2005/02/05 01:31:36 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/02/05 01:37:09 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -36,7 +36,7 @@ namespace gdcm bool gdcm_read_JPEGLS_file (std::ifstream* , void* ) { - gdcmVerboseMacro( "Sorry JPEG-LS File not yet taken into account" ); + gdcmWarningMacro( "Sorry JPEG-LS File not yet taken into account" ); return false; } } // end namespace gdcm