diff --git a/catalogue/RdbmsCatalogue.cpp b/catalogue/RdbmsCatalogue.cpp index 8bf8702cba429b0730cf668090913bd31bf0f150..5e8e014e4cab829ef20192e45b2083560b994260 100644 --- a/catalogue/RdbmsCatalogue.cpp +++ b/catalogue/RdbmsCatalogue.cpp @@ -2988,7 +2988,7 @@ void RdbmsCatalogue::modifyArchiveRouteTapePoolName(const common::dataStructures if(0 == stmt.getNbAffectedRows()) { exception::UserError ue; - ue.getMessage() << "Either the archive route or the tape pool does not exist"; + ue.getMessage() << "The archive archive route does not exist"; throw ue; } } catch(exception::UserError &ue) {