Mercurial > hg > svapp
changeset 774:7bded7599874
Debug tweak only
author | Chris Cannam |
---|---|
date | Wed, 03 Jun 2020 13:58:29 +0100 |
parents | cf4e0f3c2406 |
children | 56a81812c131 83a7b10b7415 |
files | framework/MainWindowBase.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Thu May 14 16:38:48 2020 +0100 +++ b/framework/MainWindowBase.cpp Wed Jun 03 13:58:29 2020 +0100 @@ -375,7 +375,7 @@ void MainWindowBase::emitHideSplash() { - SVDEBUG << "MainWindowBase: Hiding splash screen" << endl; + SVDEBUG << "MainWindowBase: Hiding splash screen (if not hidden already)" << endl; emit hideSplash(this); }