Changeset 1865


Ignore:
Timestamp:
09/10/2007 00:24:43 (4 years ago)
Author:
chris
Message:

Log the name of missing configuration keys before throwing exception.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Configuration.cpp

    r1776 r1865  
    320320        if(i == mKeys.end()) 
    321321        { 
     322                BOX_ERROR("Missing configuration key: " << pKeyName); 
    322323                THROW_EXCEPTION(CommonException, ConfigNoKey) 
    323324        } 
Note: See TracChangeset for help on using the changeset viewer.