From 61ac0032dec6cf6d93ca3f2c36af17f93d1682b9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Jun 2009 21:43:01 +0200 Subject: UserManager: Cache Benutzer- und Gruppen-Liste --- src/Core/Exception.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Core/Exception.cpp') diff --git a/src/Core/Exception.cpp b/src/Core/Exception.cpp index fbae6aa..1a71ebd 100644 --- a/src/Core/Exception.cpp +++ b/src/Core/Exception.cpp @@ -43,6 +43,8 @@ std::string Exception::strerror() const { return ret + "Not finished"; case NOT_IMPLEMENTED: return ret + "Not implemented"; + case NOT_FOUND: + return ret + "Not found"; case INTERNAL_ERRNO: return ret + std::strerror(subCode); case INVALID_ADDRESS: -- cgit v1.2.3