diff --git a/Code/Mantid/Framework/ScriptRepository/src/GitScriptRepository.cpp b/Code/Mantid/Framework/ScriptRepository/src/GitScriptRepository.cpp index 71e93cd32b6f8d3bb5f2ec087ea4ab5e9bb6491f..b53811ad6c9a05c20d64b43e8545673b5ab81c59 100644 --- a/Code/Mantid/Framework/ScriptRepository/src/GitScriptRepository.cpp +++ b/Code/Mantid/Framework/ScriptRepository/src/GitScriptRepository.cpp @@ -564,7 +564,7 @@ namespace API throw invalidRepository(); if (!update_called){ - g_log.warning() << "The information about the remote repository may be out-to-date.\n" + g_log.debug() << "The information about the remote repository may be out-to-date.\n" << "Maybe you should update that information through ::update() method\n"; } @@ -660,7 +660,7 @@ namespace API if (err) throw gitException("Failure to download."); /// @todo provide a better explanation. - g_log.debug() << "download ok! \n"; + g_log.notice() << file_path << " downloaded!" << std::endl; }