mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +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:
@@ -161,7 +161,7 @@ RDAudioStore::ErrorCode RDAudioStore::runStore(const QString &username,
|
||||
|
||||
QString RDAudioStore::errorText(RDAudioStore::ErrorCode err)
|
||||
{
|
||||
QString ret=QString().sprintf("Unknown Error [%u]",err);
|
||||
QString ret=QString().sprintf("Unknown RDAudioStore Error [%u]",err);
|
||||
|
||||
switch(err) {
|
||||
case RDAudioStore::ErrorOk:
|
||||
|
||||
Reference in New Issue
Block a user