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