X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=b74c9fdb5db21639ef0e1384038a69202f6e1d46;hb=2f88e766a552cc0d0a6bf009bc26dea6a872c148;hp=2da08f054759e9676b84df72c60d56f863a075f6;hpb=40df3cc9ee6dc63d0d4f13f0e43e0012dd109e04;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 2da08f05..b74c9fdb 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 16:33:07 $ - Version: $Revision: 1.35 $ + Date: $Date: 2005/01/07 22:06:47 $ + Version: $Revision: 1.37 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -78,8 +78,7 @@ void DictEntry::SetVR(TagName const &vr) } else { - Debug::Error(true, "DictEntry::SetVR", - "Overwriting VR might compromise a dictionary"); + gdcmErrorMacro( "Overwriting VR might compromise a dictionary"); } } @@ -97,8 +96,7 @@ void DictEntry::SetVM(TagName const &vm) } else { - Debug::Error(true, "DictEntry::SetVM", - "Overwriting VM might compromise a dictionary"); + gdcmErrorMacro( "Overwriting VM might compromise a dictionary"); } } //-----------------------------------------------------------------------------