Show
Ignore:
Timestamp:
07/01/09 13:09:24 (15 years ago)
Author:
smidl
Message:

details in mergers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/merger_mx.cpp

    r396 r400  
    5656                                it_error("No mpdfs or epdfs found! " + string(e.what())); 
    5757                        } 
     58                        catch (std::exception e) { 
     59                                it_error("Error in UI at "+_Sources[i].getPath()); 
     60                        } 
    5861                } 
    59  
     62                catch (std::exception e) { 
     63                        it_error("Error in UI at "+_Sources[i].getPath()); 
     64                } 
    6065        } 
    6166