Browse Source

Fix incorrect log message

Steve Pieper 14 years ago
parent
commit
217712fc90
1 changed files with 1 additions and 1 deletions
  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() );