Skip to content

Commit 043cbc6

Browse files
authored
Update log level from fetal to error when loading the libhdfs.so failed (#1656)
1 parent f69dea7 commit 043cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_io/core/filesystems/hdfs/hadoop_filesystem.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class LibHDFS {
241241
if (TF_GetCode(status) == TF_OK) {
242242
return;
243243
} else {
244-
TF_Log(TF_FATAL, "HadoopFileSystem load error: %s", TF_Message(status));
244+
TF_Log(TF_ERROR, "HadoopFileSystem load error: %s", TF_Message(status));
245245
}
246246
}
247247

0 commit comments

Comments
 (0)