Merge "res_sorcery_realtime.c: Fix unqualified fetch warning." into 16

This commit is contained in:
George Joseph 2018-08-20 10:57:24 -05:00 committed by Gerrit Code Review
commit b523aaf699
1 changed files with 1 additions and 2 deletions

View File

@ -208,8 +208,7 @@ static void sorcery_realtime_retrieve_multiple(const struct ast_sorcery *sorcery
return;
}
if (config->fetch == UNQUALIFIED_FETCH_WARN) {
ast_log(LOG_WARNING, "Unqualified fetch attempted on %s\n", config->family);
return;
ast_log(LOG_WARNING, "Unqualified fetch requested on %s\n", config->family);
}
/* If no fields have been specified we want all rows, so trick realtime into doing it */