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

@@ -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: