TBASE-1452 #1136
This commit is contained in:
parent
49ce73d016
commit
6d1209ecac
|
@ -806,7 +806,7 @@ void shellGetGrantInfo(void *con) {
|
|||
|
||||
if (code != TSDB_CODE_SUCCESS) {
|
||||
if (code == TSDB_CODE_OPS_NOT_SUPPORT) {
|
||||
fprintf(stdout, "Server is Community Edition, version is %s.\n\n", taos_get_server_info(con));
|
||||
fprintf(stdout, "Server is Community Edition, version is %s\n\n", taos_get_server_info(con));
|
||||
} else {
|
||||
fprintf(stderr, "Failed to check Server Edition, Reason:%d:%s\n\n", taos_errno(con), taos_errstr(con));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue