Explorar el Código

Fix incorrect log message

Steve Pieper hace 14 años
padre
commit
217712fc90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/DICOM/Core/ctkDICOMRetrieve.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMRetrieve.cpp

@@ -183,7 +183,7 @@ bool ctkDICOMRetrievePrivate::retrieve ( QString UID, RetrieveType retriveType )
     return false;
     }
 
-  logger.debug ( "Find succeded" );
+  logger.debug ( "Move Request succeded" );
 
   logger.debug ( "Making Output Directory" );
   QDir directory = QDir( RetrieveDatabase->databaseDirectory() );