Fix warning
This commit is contained in:
parent
292c808d14
commit
6486bc3210
@ -35,7 +35,7 @@ async_sink::~async_sink() {
|
|||||||
} catch (...) {
|
} catch (...) {
|
||||||
printf("Exception in ~async_sink()\n");
|
printf("Exception in ~async_sink()\n");
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
void async_sink::log(const details::log_msg &msg) { send_message_(async_log_msg::type::log, msg); }
|
void async_sink::log(const details::log_msg &msg) { send_message_(async_log_msg::type::log, msg); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user