[go: nahoru, domu]

Skip to content

Commit

Permalink
Update log level from fetal to error when loading the libhdfs.so fail…
Browse files Browse the repository at this point in the history
…ed (#1656)
  • Loading branch information
zuston committed Apr 18, 2022
1 parent f69dea7 commit 043cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_io/core/filesystems/hdfs/hadoop_filesystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class LibHDFS {
if (TF_GetCode(status) == TF_OK) {
return;
} else {
TF_Log(TF_FATAL, "HadoopFileSystem load error: %s", TF_Message(status));
TF_Log(TF_ERROR, "HadoopFileSystem load error: %s", TF_Message(status));
}
}

Expand Down

0 comments on commit 043cbc6

Please sign in to comment.