Skip to content

Commit

Permalink
Change error message to avoid validation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
qgp authored and chiarazampolli committed Nov 12, 2020
1 parent 46ecad4 commit 21c76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVGEN/AliGenExtExec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Bool_t AliGenExtExec::StopGen()
// kill generator if running

if (fPID == 0) {
AliError("generator not running, nothing killed");
AliInfo("trying to stop generator, but no process running ...");
return kFALSE;
}

Expand Down

0 comments on commit 21c76a6

Please sign in to comment.