Changeset 1744

Show
Ignore:
Timestamp:
26/07/2007 22:40:02 (18 months ago)
Author:
chris
Message:

iWarn if an exception is thrown, with line number, as this shouldn't be
happening on production systems anyway. (refs #3, merges [1727] and [1730])

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/common/Box.h

    r1668 r1744  
    114114        { \ 
    115115                OPTIONAL_DO_BACKTRACE \ 
    116                 BOX_TRACE("Exception thrown: " #type "(" #subtype ") at " \ 
     116                BOX_WARNING("Exception thrown: " #type "(" #subtype ") at " \ 
    117117                        __FILE__ "(" << __LINE__ << ")") \ 
    118118                throw type(type::subtype); \