This commit is contained in:
Chunting Gu
2020-12-21 17:57:31 +08:00
+1 -1
View File
@@ -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;
} }
}); });
} }