Fix a compile error when SSL is disabled.

This commit is contained in:
Chunting Gu
2019-06-13 14:47:00 +08:00
parent 8c09189b14
commit 889024d6c7
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ int main() {
#endif // WEBCC_ENABLE_SSL
} catch (const webcc::Error& error) {
std::cout << error << std::endl;
std::cerr << error << std::endl;
}
return 0;