Partially revert 4ba011266843857bbd3201e5b925a47e88e1808f
Add back leading operator enforcement.
This commit is contained in:
@ -719,8 +719,8 @@ int mxb_log_message(int priority,
|
||||
|
||||
int modname_len = modname ? strlen(modname) + 3 : 0; // +3 due to "[...] "
|
||||
|
||||
static const char SUPPRESSION[]
|
||||
= " (subsequent similar messages suppressed for %lu milliseconds)";
|
||||
static const char SUPPRESSION[] =
|
||||
" (subsequent similar messages suppressed for %lu milliseconds)";
|
||||
int suppression_len = 0;
|
||||
size_t suppress_ms = this_unit.throttling.suppress_ms;
|
||||
|
||||
|
@ -103,9 +103,9 @@ MaxBase::MaxBase(const char* zIdent,
|
||||
|
||||
if (!m_log_inited)
|
||||
{
|
||||
zMessage
|
||||
= "The initialization of the MaxScale base library succeeded, but the "
|
||||
"initialization of the MaxScale log failed.";
|
||||
zMessage =
|
||||
"The initialization of the MaxScale base library succeeded, but the "
|
||||
"initialization of the MaxScale log failed.";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user