Explorar o código

Fix incorrect log message

Steve Pieper %!s(int64=14) %!d(string=hai) anos
pai
achega
217712fc90
Modificáronse 1 ficheiros con 1 adicións e 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() );