Skip to content

Commit 0cc0e06

Browse files
Fix typo
1 parent 651a3aa commit 0cc0e06

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-tail

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-tail/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
3030
google::protobuf::ShutdownProtobufLibrary();
3131
});
3232
if (result != 0) {
33-
std::cerr << "Error: Unable to schedule clean-up tasks for HDFS df tool, "
33+
std::cerr << "Error: Unable to schedule clean-up tasks for HDFS tail tool, "
3434
"exiting"
3535
<< std::endl;
3636
std::exit(EXIT_FAILURE);

0 commit comments

Comments
 (0)