From 3b97064d40e93c26bdf895c52bedb2f58dda0406 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 4 Jan 2005 22:03:16 +0000 Subject: Added diagnostic error string for 'exceptions::connection_error' + fixed a bug in 'posixSocket::connect()' when specifying an IP address. --- src/messaging/maildirStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/messaging/maildirStore.cpp') diff --git a/src/messaging/maildirStore.cpp b/src/messaging/maildirStore.cpp index 63a94971..1bb5ace2 100644 --- a/src/messaging/maildirStore.cpp +++ b/src/messaging/maildirStore.cpp @@ -121,7 +121,7 @@ void maildirStore::connect() } catch (exceptions::filesystem_exception& e) { - throw exceptions::connection_error(e); + throw exceptions::connection_error("Cannot create root directory.", e); } } -- cgit v1.2.3