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

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