mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01: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:
@@ -134,7 +134,7 @@ QString RDHPIRecordStream::errorString(RDHPIRecordStream::Error err)
|
||||
break;
|
||||
|
||||
default:
|
||||
str=QString(tr("Unknown Error:"));
|
||||
str=QString(tr("Unknown RDHpiRecordStream Error:"));
|
||||
return QString().sprintf("%s %d\n",(const char *)str,err);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user