Skip to content

Commit c20e0fb

Browse files
committed
modify the error information
1 parent c1f660d commit c20e0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBStartCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public void serializeEncryptMagicString() throws IOException {
314314
String token = System.getenv("user_encrypt_token");
315315
if (token == null || token.trim().isEmpty()) {
316316
throw new EncryptException(
317-
"encryptType is not UNENCRYPTED, but user_encrypt_token is not set.");
317+
"encryptType is not UNENCRYPTED, but user_encrypt_token is not set. Please set it in the environment variable.");
318318
}
319319
}
320320
String encryptMagicString =

0 commit comments

Comments
 (0)