Ignore:
Timestamp:
09/17/11 09:40:15 (13 years ago)
Author:
tbretz
Message:
Improved exception output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimServerList.cc

    r11730 r12129  
    8888            {
    8989                stringstream err;
    90                 err << "Server '" << trunc << "' not in list as it ought to be.";
     90                err << "DimServerList: Server '" << trunc << "' not in list as it ought to be.";
    9191                throw runtime_error(err.str());
    9292            }
     
    109109            {
    110110                stringstream err;
    111                 err << "Server '" << trunc << "' in list not as it ought to be.";
     111                err << "DimServerList: Server '" << trunc << "' in list not as it ought to be.";
    112112                throw runtime_error(err.str());
    113113            }
Note: See TracChangeset for help on using the changeset viewer.