mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user