Log: Cleanup of API
skygw_ functions removed and replaced with mxs_ equivalents. logfile_id_t removed.
This commit is contained in:
@ -1577,7 +1577,7 @@ static void enable_log_priority(DCB *dcb, char *arg1)
|
||||
|
||||
if (priority != -1)
|
||||
{
|
||||
mxs_log_enable_priority(priority);
|
||||
mxs_log_set_priority_enabled(priority, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -1595,7 +1595,7 @@ static void disable_log_priority(DCB *dcb, char *arg1)
|
||||
|
||||
if (priority != -1)
|
||||
{
|
||||
mxs_log_enable_priority(priority);
|
||||
mxs_log_set_priority_enabled(priority, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user