Actions
Feature #802
closedlog to syslog if a method call fails
Start date:
11/12/2011
Due date:
% Done:
0%
Estimated time:
Description
try {
return f(arg);
} catch (const std::exception& ex) {
esyslog("vdrmanager: catch an exception 1: %s", ex.what());
} catch (...) {
esyslog("vdrmanager: catch an exception 1");
usleep(100);
}
Updated by herrlado about 13 years ago
- Target version set to vdr-plugin-vdrmanager-0.5
Actions