Merge branch 'Z2' of https://github.com/skysql/MaxScale into testing_makefile_fix

This commit is contained in:
Markus Makela 2014-08-12 14:43:30 +03:00
commit 430cd8d140

View File

@ -1137,6 +1137,12 @@ static route_target_t get_route_target (
"was expected.",
(char *)hint->data)));
}
}
else if (hint->type == HINT_ROUTE_TO_SLAVE)
{
LOGIF(LT, (skygw_log_write(
LOGFILE_TRACE,
"Hint: route to slave.")));
}
hint = hint->next;
} /*< while (hint != NULL) */