Update concurrency_test.cc

print error using std::cerr
master
Chunting Gu 5 years ago committed by GitHub
parent ca83869912
commit 9e4283ad34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ int main(int argc, const char* argv[]) {
LOG_USER("End");
} catch (const webcc::Error& error) {
LOG_ERRO("Error: %s", error.message().c_str());
std::cerr << error << std::endl;
}
});
}

Loading…
Cancel
Save