Skip to content

Commit

Permalink
Preventing program freezes and improving message
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancaste committed Jul 12, 2022
1 parent 3606645 commit 6bb8d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stellarsolver/internalextractorsolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ int InternalExtractorSolver::runSEPExtractor()
}

// Double check nothing else is running.
waitSEP();
//waitSEP();

emit logOutput("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
emit logOutput("Starting Internal StellarSolver Star Extractor with the " + m_ActiveParameters.listName + " profile . . .");
Expand All @@ -274,7 +274,7 @@ int InternalExtractorSolver::runSEPExtractor()
{
if (mergeImageChannels() == false)
{
emit logOutput("Merging image channels fails.");
emit logOutput("Merging image channels failed.");
return -1;
}
}
Expand Down

0 comments on commit 6bb8d0c

Please sign in to comment.