diff --git a/daemon/runtime.cc b/daemon/runtime.cc index 66bc56f7..78c7dd3f 100644 --- a/daemon/runtime.cc +++ b/daemon/runtime.cc @@ -77,7 +77,7 @@ void set_ssl_protocol_mask(const std::string& mask) { } catch (...) { LOG_WARNING(nullptr, - "An error occured while decoding the SSL protocol: %s", + "An error occurred while decoding the SSL protocol: %s", mask.c_str()); } }