Update concurrency_test.cc
print error using std::cerr
This commit is contained in:
@@ -40,7 +40,7 @@ int main(int argc, const char* argv[]) {
|
|||||||
LOG_USER("End");
|
LOG_USER("End");
|
||||||
|
|
||||||
} catch (const webcc::Error& error) {
|
} catch (const webcc::Error& error) {
|
||||||
LOG_ERRO("Error: %s", error.message().c_str());
|
std::cerr << error << std::endl;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user