Delete false alarm log in jdbc driver

This commit is contained in:
slguan 2019-10-12 23:17:56 +08:00
parent 02798e10d8
commit 1cc5070377
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ JNIEXPORT jlong JNICALL Java_com_taosdata_jdbc_TSDBJNIConnector_getResultSetImp(
return ret;
}
jniError("jobj:%p, taos:%p, no resultset", jobj, tscon);
jniTrace("jobj:%p, taos:%p, no resultset", jobj, tscon);
return 0;
}