2020-09-29 Fred Gleason <fredg@paravelsystems.com>

* Added the name of the Rivendell library component to 'Unknown Error'
	messages.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-29 20:46:07 -04:00
parent 9c22a29967
commit 929ab22613
21 changed files with 70 additions and 28 deletions

View File

@@ -256,7 +256,7 @@ bool RDDownload::aborting() const
QString RDDownload::errorText(RDDownload::ErrorCode err)
{
QString ret=QString().sprintf("Unknown Error [%u]",err);
QString ret=QString().sprintf("Unknown RDDownload Error [%u]",err);
switch(err) {
case RDDownload::ErrorOk: