diff --git a/gui/sessionviewer/src/TProofProgressDialog.cxx b/gui/sessionviewer/src/TProofProgressDialog.cxx index b11c5dc586fbb2bc4d7f356137b5ffcda779d3b3..e4abca2b541ebcc6fa32092a8b43c5c45fe01434 100644 --- a/gui/sessionviewer/src/TProofProgressDialog.cxx +++ b/gui/sessionviewer/src/TProofProgressDialog.cxx @@ -686,6 +686,9 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed, fProof ? fProof->GetParallel() : 0); fTitleLab->SetText(buf); + if (gDebug > 1) + Info("Progress","t: %lld, p: %lld, itm: %f, ptm: %f", total, processed, initTime, procTime); + if (initTime >= 0.) { // Set init time fInitTime = initTime;