diff --git a/git/git_client.cpp b/git/git_client.cpp index 88dbe1a..49df30c 100644 --- a/git/git_client.cpp +++ b/git/git_client.cpp @@ -271,8 +271,8 @@ std::optional GitClient::gitFetch() { Utils::printCriticalErrorMsg(QString("WRONG FORMAT FOR RESULT OF 'GIT FETCH' ") + s); } } else { - emit m_worker->showErrorMessage("git fetch", "empty result for 'git fetch'"); - Utils::printCriticalErrorMsg("EMPTY RESULT FOR 'GIT FETCH'"); + // emit m_worker->showErrorMessage("git fetch", "empty result for 'git fetch'"); + Utils::printInfoMsg("EMPTY RESULT FOR 'GIT FETCH'"); } } } else {