Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich committed Oct 1, 2024
1 parent fcbaa93 commit 6e9abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/GUI/Qt/SNAPTestQt.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void TestWorker::source(QString script_url)
}
else
{
qWarning() << "Successfully completed test script:" << rc.toString();
qDebug() << "Successfully completed test script with return code " << rc.toString();
SNAPTestQt::application_exit(SNAPTestQt::SUCCESS);
}
}

0 comments on commit 6e9abcb

Please sign in to comment.