X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=703178c5f74efe3e1c046d23c27e0b416be3c50e;hb=7059f7f1ad9d1466d7b752a40cfeb95ba81aa3d8;hp=4dd664c87d0f1848a8873399745123b3c4c55e56;hpb=70b9dde9da207191fa6d799fdf03c2aff7941273;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 4dd664c8..703178c5 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 16:26:13 $ - Version: $Revision: 1.28 $ + Date: $Date: 2005/01/07 22:03:30 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,7 +37,7 @@ VR::VR() std::ifstream from(filename.c_str()); if(!from) { - Debug::Verbose(2, "VR::VR: can't open dictionary", filename.c_str()); + gdcmVerboseMacro("Can't open dictionary" << filename.c_str()); FillDefaultVRDict(vr); } else