X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.cxx;h=dbeb89c48896adaa8015f07f721f06e0fc55983b;hb=0493aec929fbf327a5ead989191b312edab84b9b;hp=0707e2b97c8617304c39580f184ff9996a37d3c1;hpb=7268be3985ca32fc6321d0881671d1acdf727c0b;p=gdcm.git diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 0707e2b9..dbeb89c4 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2005/11/03 14:55:24 $ - Version: $Revision: 1.323 $ + Date: $Date: 2005/11/04 15:33:35 $ + Version: $Revision: 1.324 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -341,7 +341,7 @@ bool Document::IsReadable() { if ( Filetype == Unknown ) { - gdcmErrorMacro( "Wrong filetype"); + gdcmErrorMacro( "Wrong filetype for " << GetFileName()); return false; }