diff --git a/core/base/src/TApplication.cxx b/core/base/src/TApplication.cxx index 64868fa9138b77a21bb77e6e6b75448064770255..d64574077f17f7c0a97804300660613f3a4e0a10 100644 --- a/core/base/src/TApplication.cxx +++ b/core/base/src/TApplication.cxx @@ -389,7 +389,7 @@ void TApplication::GetOptions(Int_t *argc, char **argv) fprintf(stderr, "Built for %s on %s\n", gSystem->GetBuildArch(), gROOT->GetGitDate()); - + fprintf(stderr, "From %s@%s\n", gROOT->GetGitBranch(), gROOT->GetGitCommit());