We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788fd7c commit d0fb2b0Copy full SHA for d0fb2b0
src/main/cpp/rollingfileappender.cpp
@@ -433,18 +433,7 @@ bool RollingFileAppender::rolloverInternal(Pool& p)
433
434
if (asyncAction != NULL)
435
{
436
- try
437
- {
438
- asyncAction->execute(p);
439
- }
440
- catch (std::exception& ex)
441
442
- LOG4CXX_DECODE_CHAR(lsMsg, ex.what());
443
- lsMsg.append(LOG4CXX_STR("- during rollover of ["));
444
- lsMsg.append(getFile());
445
- lsMsg.append(LOG4CXX_STR("]"));
446
- _priv->errorHandler->error(lsMsg, ex, 0);
447
+ asyncAction->execute(p);
448
}
449
450
0 commit comments