Skip to content
  • Steven Murray's avatar
    Added nice error message already created but ignored from a failed invocation · 8336286a
    Steven Murray authored
    of ::dlf_init() to the exception thrown by:
    
    castor::dlf::dlf_init(const char* facilityName, castor::dlf::Message messages[])
    
    A nice explanatory message was being consructed when the facility name exceeded
    21 characters in length, but the message was not added to the exception, so I
    only got a "Unable to initialize DLF" with no further explanation when I tried
    to initialise DLF with a crazy long name.
    8336286a