fix thread pool parse_logs error.

This commit is contained in:
Christopher Jeffrey 2014-09-02 18:09:11 -07:00
parent ad0d61c18a
commit 9d99174c9f

View File

@ -398,7 +398,7 @@ async_parse_logs(uv_work_t *req) {
async_data* data = static_cast<async_data*>(req->data);
parse_logs(NULL);
data->err = true;
data->result = (char *)strdup("failed");
data->err_msg = std::string("failed");
}
static void