[tbase-686]

This commit is contained in:
hjxilinx 2019-11-14 16:34:13 +08:00
parent 891c12cdee
commit 69cdd4cd30
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ void shellGetGrantInfo(void *con) {
TAOS_FIELD *fields = taos_fetch_fields(result);
TAOS_ROW row = taos_fetch_row(result);
if (row == NULL) {
fprintf(stderr, "\nFailed to grant information from server. Abort.\n");
fprintf(stderr, "\nFailed to get grant information from server. Abort.\n");
exit(0);
}