Mercurial > hg > svcore
changeset 1771:40420fa95ffe
Print log file location
author | Chris Cannam |
---|---|
date | Tue, 13 Aug 2019 14:31:38 +0100 |
parents | dffc70996f54 |
children | 57833933cc75 |
files | base/Debug.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/base/Debug.cpp Fri Jul 19 16:10:00 2019 +0100 +++ b/base/Debug.cpp Tue Aug 13 14:31:38 2019 +0100 @@ -84,6 +84,7 @@ << fileName << " for writing"; } else { m_ok = true; + cerr << "Log file is " << fileName << endl; (*this) << "Debug log started at " << QDateTime::currentDateTime().toString() << endl; }