Index: /trunk/FACT++/src/DimServerList.cc
===================================================================
--- /trunk/FACT++/src/DimServerList.cc	(revision 12128)
+++ /trunk/FACT++/src/DimServerList.cc	(revision 12129)
@@ -88,5 +88,5 @@
             {
                 stringstream err;
-                err << "Server '" << trunc << "' not in list as it ought to be.";
+                err << "DimServerList: Server '" << trunc << "' not in list as it ought to be.";
                 throw runtime_error(err.str());
             }
@@ -109,5 +109,5 @@
             {
                 stringstream err;
-                err << "Server '" << trunc << "' in list not as it ought to be.";
+                err << "DimServerList: Server '" << trunc << "' in list not as it ought to be.";
                 throw runtime_error(err.str());
             }
