MXS-2014 Address review issues

This commit is contained in:
Johan Wikman
2018-08-17 10:06:18 +03:00
parent cf0aeed516
commit c7a6d75ab9

View File

@ -28,7 +28,7 @@
* *
* @return True if succeeded, false otherwise. * @return True if succeeded, false otherwise.
*/ */
bool mxb_log_init(mxb_log_target_t target = MXB_LOG_TARGET_FS) inline bool mxb_log_init(mxb_log_target_t target = MXB_LOG_TARGET_FS)
{ {
return mxb_log_init(nullptr, ".", nullptr, target, nullptr); return mxb_log_init(nullptr, ".", nullptr, target, nullptr);
} }